Get GitHub Packages billing for a user
GET {{baseUrl}}/users/:username/settings/billing/packages
Warning: The Billing API is currently in public beta and subject to change.
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](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages).
Access tokens must have the user
scope.
RESPONSES
status: OK
{"total_gigabytes_bandwidth_used":50,"total_paid_gigabytes_bandwidth_used":40,"included_gigabytes_bandwidth":10}