Github API - Test Config

GET /user/packages/{package_type}/{package_name}/versions/{package_version_id}
users
packages

Gets a specific package version for a package owned by the authenticated user.

To use this endpoint, you must authenticate using an access token with the read:packages scope. If the package_type belongs to a GitHub Packages registry that only supports repository-scoped permissions, your token must also include the repo scope. For the list of GitHub Packages registries that only support repository-scoped permissions, see "About permissions for GitHub Packages."
Get a package version for the authenticated user

Arguments
key package-type

package-type [scalar]

The type of supported package. Packages in GitHub's Gradle registry have the type maven. Docker images pushed to GitHub's Container registry (ghcr.io) have the type container. You can use the type docker to find images that were pushed to GitHub's Docker registry (docker.pkg.github.com), even if these have now been migrated to the Container registry.

API:
Github Open API
(version: 1.1.4)

key package-name

package-name [scalar]

The name of the package.

API:
Github Open API
(version: 1.1.4)

key package-version-id

package-version-id [scalar]

Unique identifier of the package version.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json package-version

package-version [object]

A version of a software package

Attributes
created_at string

deleted_at string

description string

html_url string

id integer

Unique identifier of the package version.

license string

metadata 2044

name string

The name of the package version.

package_html_url string

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)