Class: API::RubygemPackages

Inherits:
Base
  • Object
show all
Includes:
Helpers::Authentication
Defined in:
lib/api/rubygem_packages.rb

Constant Summary collapse

MARSHAL_VERSION =

The Marshal version can be found by “#Marshal::MAJOR_VERSION.#Marshal::MINOR_VERSION” Updating the version should require a GitLab API version change.

'4.8'
PACKAGE_FILENAME =
'package.gem'
FILE_NAME_REQUIREMENTS =
{
  file_name: API::NO_SLASH_URL_PART_REGEX
}.freeze

Constants included from Gitlab::EndpointAttributes

Gitlab::EndpointAttributes::DEFAULT_URGENCY

Method Summary

Methods inherited from Base

endpoint_id_for_route, feature_category_for_app, path_for_app, route, urgency_for_app