Class: API::Releases

Inherits:
Base
  • Object
show all
Includes:
PaginationParams
Defined in:
lib/api/releases.rb

Constant Summary collapse

RELEASE_ENDPOINT_REQUIREMENTS =
API::NAMESPACE_OR_PROJECT_REQUIREMENTS
.merge(tag_name: API::NO_SLASH_URL_PART_REGEX)
RELEASE_CLI_USER_AGENT =
'GitLab-release-cli'

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