Docker Dvp
Connector for the docker-dvp API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://hub.docker.com/api/user/analytics/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getnamespaces— GET / — Get namespaces and reposgetnamespace— GET /namespaces/{namespace} — Get namespacegetnamespaceyears— GET /namespaces/{namespace}/pulls/exports/years — Get years with datagetnamespacetimespans— GET /namespaces/{namespace}/pulls/exports/years/{year}/{timespantype} — Get timespans with datagetnamespacetimespanmetadata— GET /namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}/{timespan} — Get namespace metadata for timespangetnamespacedatabytimespan— GET /namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}/{timespan}/{dataview} — Get namespace data for timespan
Inputs
apiKey— your docker-dvp API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getnamespaces
apiKey: <your key>