Skip to content

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.

id
required
One of:
integer

The ID or URL-encoded path of the project

gems
Array<string>
nullable

Comma delimited gem names

OK

Bad Request

Unauthorized

Forbidden

Not Found