Noizu.Github.Api.Agents (Noizu Labs: Github API v0.5.0)
GitHub agents API.
Link to this section Summary
Functions
Add selected repository to an organization secret
Add selected repository to an organization variable
Create or update an organization secret
Create or update a repository secret
Create an organization variable
Create a repository variable
Delete an organization secret
Delete an organization variable
Delete a repository secret
Delete a repository variable
Get an organization public key
Get an organization secret
Get an organization variable
Get a repository public key
Get a repository secret
Get a repository variable
List organization secrets
List organization variables
List repository organization secrets
List repository organization variables
List repository secrets
List repository variables
List selected repositories for an organization secret
List selected repositories for an organization variable
Remove selected repository from an organization secret
Remove selected repository from an organization variable
Set selected repositories for an organization secret
Set selected repositories for an organization variable
Update an organization variable
Update a repository variable
Link to this section Functions
add_selected_repo_to_org_secret(org, secret_name, repository_id, body, options \\ nil)
Add selected repository to an organization secret
@see https://docs.github.com/rest/agents/secrets#add-selected-repository-to-an-organization-secret
add_selected_repo_to_org_variable(org, name, repository_id, body, options \\ nil)
Add selected repository to an organization variable
@see https://docs.github.com/rest/agents/variables#add-selected-repository-to-an-organization-variable
create_or_update_org_secret(org, secret_name, body, options \\ nil)
Create or update an organization secret
@see https://docs.github.com/rest/agents/secrets#create-or-update-an-organization-secret
create_or_update_repo_secret(secret_name, body, options \\ nil)
Create or update a repository secret
@see https://docs.github.com/rest/agents/secrets#create-or-update-a-repository-secret
create_org_variable(org, body, options \\ nil)
Create an organization variable
@see https://docs.github.com/rest/agents/variables#create-an-organization-variable
create_repo_variable(body, options \\ nil)
Create a repository variable
@see https://docs.github.com/rest/agents/variables#create-a-repository-variable
delete_org_secret(org, secret_name, options \\ nil)
Delete an organization secret
@see https://docs.github.com/rest/agents/secrets#delete-an-organization-secret
delete_org_variable(org, name, options \\ nil)
Delete an organization variable
@see https://docs.github.com/rest/agents/variables#delete-an-organization-variable
delete_repo_secret(secret_name, options \\ nil)
Delete a repository secret
@see https://docs.github.com/rest/agents/secrets#delete-a-repository-secret
delete_repo_variable(name, options \\ nil)
Delete a repository variable
@see https://docs.github.com/rest/agents/variables#delete-a-repository-variable
get_org_public_key(org, options \\ nil)
Get an organization public key
@see https://docs.github.com/rest/agents/secrets#get-an-organization-public-key
get_org_secret(org, secret_name, options \\ nil)
Get an organization secret
@see https://docs.github.com/rest/agents/secrets#get-an-organization-secret
get_org_variable(org, name, options \\ nil)
Get an organization variable
@see https://docs.github.com/rest/agents/variables#get-an-organization-variable
get_repo_public_key(options \\ nil)
Get a repository public key
@see https://docs.github.com/rest/agents/secrets#get-a-repository-public-key
get_repo_secret(secret_name, options \\ nil)
Get a repository secret
@see https://docs.github.com/rest/agents/secrets#get-a-repository-secret
get_repo_variable(name, options \\ nil)
Get a repository variable
@see https://docs.github.com/rest/agents/variables#get-a-repository-variable
list_org_secrets(org, options \\ nil)
List organization secrets
@see https://docs.github.com/rest/agents/secrets#list-organization-secrets
list_org_variables(org, options \\ nil)
List organization variables
@see https://docs.github.com/rest/agents/variables#list-organization-variables
list_repo_organization_secrets(options \\ nil)
List repository organization secrets
@see https://docs.github.com/rest/agents/secrets#list-repository-organization-secrets
list_repo_organization_variables(options \\ nil)
List repository organization variables
@see https://docs.github.com/rest/agents/variables#list-repository-organization-variables
list_repo_secrets(options \\ nil)
List repository secrets
@see https://docs.github.com/rest/agents/secrets#list-repository-secrets
list_repo_variables(options \\ nil)
List repository variables
@see https://docs.github.com/rest/agents/variables#list-repository-variables
list_selected_repos_for_org_secret(org, secret_name, options \\ nil)
List selected repositories for an organization secret
@see https://docs.github.com/rest/agents/secrets#list-selected-repositories-for-an-organization-secret
list_selected_repos_for_org_variable(org, name, options \\ nil)
List selected repositories for an organization variable
remove_selected_repo_from_org_secret(org, secret_name, repository_id, options \\ nil)
Remove selected repository from an organization secret
@see https://docs.github.com/rest/agents/secrets#remove-selected-repository-from-an-organization-secret
remove_selected_repo_from_org_variable(org, name, repository_id, options \\ nil)
Remove selected repository from an organization variable
set_selected_repos_for_org_secret(org, secret_name, body, options \\ nil)
Set selected repositories for an organization secret
@see https://docs.github.com/rest/agents/secrets#set-selected-repositories-for-an-organization-secret
set_selected_repos_for_org_variable(org, name, body, options \\ nil)
Set selected repositories for an organization variable
@see https://docs.github.com/rest/agents/variables#set-selected-repositories-for-an-organization-variable
update_org_variable(org, name, body, options \\ nil)
Update an organization variable
@see https://docs.github.com/rest/agents/variables#update-an-organization-variable
update_repo_variable(name, body, options \\ nil)
Update a repository variable
@see https://docs.github.com/rest/agents/variables#update-a-repository-variable