Github API - Test Config

GET /users/{username}/packages
users
packages

Lists all packages in a user's namespace for which the requesting user has access.

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."
List packages for a user

Arguments
package_type string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

key package-visibility

package-visibility [scalar]

The selected visibility of the packages. This parameter is optional and only filters an existing result set.

The internal visibility is only supported for GitHub Packages registries that allow for granular permissions. For other ecosystems internal is synonymous with private.
For the list of GitHub Packages registries that support granular permissions, see "About permissions for GitHub Packages."

API:
Github Open API
(version: 1.1.4)

key username

username [scalar]

The handle for the GitHub user account.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json package []

package [object]

A software package

Attributes
created_at string

html_url string

id integer

Unique identifier of the package.

name string

The name of the package.

package_type string

updated_at string

url string

version_count integer

The number of versions of the package.

visibility string

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

requires_authentication [scalar]

Requires authentication

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

forbidden [scalar]

Forbidden

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