Retrieve dependencies
GET
/api/v4/projects/{id}/packages/rubygems/api/v1/dependencies
Retrieves a list of dependencies for specified gems. The response is a marshalled array of hashes for all versions of the requested gems. Because the response is marshalled, you can store it in a file.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Query Parameters
Section titled “ Query Parameters ” gems
Array<string>
Comma delimited gem names
Responses
Section titled “ Responses ”OK
Bad Request
Unauthorized
Forbidden
Not Found