pub async fn billing_slash_get_github_packages_billing_user(
configuration: &Configuration,
username: &str,
) -> Result<PackagesBillingUsage, Error<BillingSlashGetGithubPackagesBillingUserError>>
Expand description
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." OAuth app tokens and personal access tokens (classic) need the user
scope to use this endpoint.