gitlab-org--gitlab-foss/lib/api/conan_instance_packages.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
247 B
Ruby
Raw Normal View History

# frozen_string_literal: true
# Conan Instance-Level Package Manager Client API
module API
class ConanInstancePackages < ::API::Base
namespace 'packages/conan/v1' do
include ::API::Concerns::Packages::ConanEndpoints
end
end
end