Github API - Test Config

GET /users/{username}/settings/billing/packages
users
packages
billing

Gets the free and paid storage used for GitHub Packages in gigabytes.

Paid minutes only apply to packages stored for private repositories. For more information, see "Managing billing for GitHub Packages."

Access tokens must have the user scope.
Get GitHub Packages billing for a user

Arguments
key username

username [scalar]

The handle for the GitHub user account.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json packages-billing-usage

packages-billing-usage [object]

Attributes
included_gigabytes_bandwidth integer

Free storage space (GB) for GitHub Packages.

total_gigabytes_bandwidth_used integer

Sum of the free and paid storage space (GB) for GitHuub Packages.

total_paid_gigabytes_bandwidth_used integer

Total paid storage space (GB) for GitHuub Packages.

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