Noizu.Github.Api.Billing (Noizu Labs: Github API v0.5.0)
GitHub billing API.
Link to this section Summary
Functions
Create a budget for an organization
Delete a budget for an organization
Get all budgets for an organization
Get a budget by ID for an organization
Get billing AI credit usage report for an organization
Get billing AI credit usage report for a user
Get billing premium request usage report for an organization
Get billing premium request usage report for a user
Get billing usage report for an organization
Get billing usage report for a user
Get billing usage summary for an organization
Get billing usage summary for a user
Update a budget for an organization
Link to this section Functions
create_organization_budget(org, body, options \\ nil)
Create a budget for an organization
@see https://docs.github.com/rest/billing/budgets#create-a-budget-for-an-organization
delete_budget_org(org, budget_id, options \\ nil)
Delete a budget for an organization
@see https://docs.github.com/rest/billing/budgets#delete-a-budget-for-an-organization
get_all_budgets_org(org, options \\ nil)
Get all budgets for an organization
@see https://docs.github.com/rest/billing/budgets#get-all-budgets-for-an-organization
get_budget_org(org, budget_id, options \\ nil)
Get a budget by ID for an organization
@see https://docs.github.com/rest/billing/budgets#get-a-budget-by-id-for-an-organization
get_github_billing_ai_credit_usage_report_org(org, options \\ nil)
Get billing AI credit usage report for an organization
@see https://docs.github.com/rest/billing/usage#get-billing-ai-credit-usage-report-for-an-organization
get_github_billing_ai_credit_usage_report_user(username, options \\ nil)
Get billing AI credit usage report for a user
@see https://docs.github.com/rest/billing/usage#get-billing-ai-credit-usage-report-for-a-user
get_github_billing_usage_report_org(org, options \\ nil)
Get billing usage report for an organization
@see https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-an-organization
get_github_billing_usage_report_user(username, options \\ nil)
Get billing usage report for a user
@see https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-a-user
get_github_billing_usage_summary_report_org(org, options \\ nil)
Get billing usage summary for an organization
@see https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-an-organization
get_github_billing_usage_summary_report_user(username, options \\ nil)
Get billing usage summary for a user
@see https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-a-user
update_budget_org(org, budget_id, body, options \\ nil)
Update a budget for an organization
@see https://docs.github.com/rest/billing/budgets#update-a-budget-for-an-organization