mirror of
https://github.com/jlengrand/jetbrains-client-api-repository.git
synced 2026-03-10 08:31:24 +00:00
38 lines
1.3 KiB
HTTP
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}}
|