Files
jetbrains-client-api-reposi…/apis/github/Apis/BillingApi.http
Julien Lengrand-Lambert 3cdf8826eb Adding flyio
2024-03-07 10:52:37 +01:00

38 lines
1.3 KiB
HTTP

## BillingApi
### Get GitHub Actions billing for an organization
## Get GitHub Actions billing for an organization
GET https://api.github.com/orgs/{{org}}/settings/billing/actions
Accept: application/json
Authorization: Bearer {{bearerToken}}
### Get GitHub Actions billing for a user
## Get GitHub Actions billing for a user
GET https://api.github.com/users/{{username}}/settings/billing/actions
Accept: application/json
Authorization: Bearer {{bearerToken}}
### Get GitHub Packages billing for an organization
## Get GitHub Packages billing for an organization
GET https://api.github.com/orgs/{{org}}/settings/billing/packages
Accept: application/json
Authorization: Bearer {{bearerToken}}
### Get GitHub Packages billing for a user
## Get GitHub Packages billing for a user
GET https://api.github.com/users/{{username}}/settings/billing/packages
Accept: application/json
Authorization: Bearer {{bearerToken}}
### Get shared storage billing for an organization
## Get shared storage billing for an organization
GET https://api.github.com/orgs/{{org}}/settings/billing/shared-storage
Accept: application/json
Authorization: Bearer {{bearerToken}}
### Get shared storage billing for a user
## Get shared storage billing for a user
GET https://api.github.com/users/{{username}}/settings/billing/shared-storage
Accept: application/json
Authorization: Bearer {{bearerToken}}