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 summary for an organization

Update a budget for an organization

Link to this section Functions

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

get_github_billing_premium_request_usage_report_org(org, options \\ nil)

Get billing premium request usage report for an organization

@see https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-an-organization

Link to this function

get_github_billing_premium_request_usage_report_user(username, options \\ nil)

Get billing premium request usage report for a user

@see https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-a-user

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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