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 variable

Create an organization variable

Create a repository variable

Delete an organization variable

Delete a repository variable

Get an organization public key

Get an organization variable

Get a repository public key

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

Link to this section Functions

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

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

Link to this function

create_org_variable(org, body, options \\ nil)

Create an organization variable

@see https://docs.github.com/rest/agents/variables#create-an-organization-variable

Link to this function

create_repo_variable(body, options \\ nil)

Create a repository variable

@see https://docs.github.com/rest/agents/variables#create-a-repository-variable

Link to this function

delete_org_secret(org, secret_name, options \\ nil)

Delete an organization secret

@see https://docs.github.com/rest/agents/secrets#delete-an-organization-secret

Link to this function

delete_org_variable(org, name, options \\ nil)

Delete an organization variable

@see https://docs.github.com/rest/agents/variables#delete-an-organization-variable

Link to this function

delete_repo_secret(secret_name, options \\ nil)

Delete a repository secret

@see https://docs.github.com/rest/agents/secrets#delete-a-repository-secret

Link to this function

delete_repo_variable(name, options \\ nil)

Delete a repository variable

@see https://docs.github.com/rest/agents/variables#delete-a-repository-variable

Link to this function

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

Link to this function

get_org_secret(org, secret_name, options \\ nil)

Get an organization secret

@see https://docs.github.com/rest/agents/secrets#get-an-organization-secret

Link to this function

get_org_variable(org, name, options \\ nil)

Get an organization variable

@see https://docs.github.com/rest/agents/variables#get-an-organization-variable

Link to this function

get_repo_public_key(options \\ nil)

Get a repository public key

@see https://docs.github.com/rest/agents/secrets#get-a-repository-public-key

Link to this function

get_repo_secret(secret_name, options \\ nil)

Get a repository secret

@see https://docs.github.com/rest/agents/secrets#get-a-repository-secret

Link to this function

get_repo_variable(name, options \\ nil)

Get a repository variable

@see https://docs.github.com/rest/agents/variables#get-a-repository-variable

Link to this function

list_org_secrets(org, options \\ nil)

List organization secrets

@see https://docs.github.com/rest/agents/secrets#list-organization-secrets

Link to this function

list_org_variables(org, options \\ nil)

List organization variables

@see https://docs.github.com/rest/agents/variables#list-organization-variables

Link to this function

list_repo_organization_secrets(options \\ nil)

List repository organization secrets

@see https://docs.github.com/rest/agents/secrets#list-repository-organization-secrets

Link to this function

list_repo_organization_variables(options \\ nil)

List repository organization variables

@see https://docs.github.com/rest/agents/variables#list-repository-organization-variables

Link to this function

list_repo_secrets(options \\ nil)

List repository secrets

@see https://docs.github.com/rest/agents/secrets#list-repository-secrets

Link to this function

list_repo_variables(options \\ nil)

List repository variables

@see https://docs.github.com/rest/agents/variables#list-repository-variables

Link to this function

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

Link to this function

list_selected_repos_for_org_variable(org, name, options \\ nil)

List selected repositories for an organization variable

@see https://docs.github.com/rest/agents/variables#list-selected-repositories-for-an-organization-variable

Link to this function

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

Link to this function

remove_selected_repo_from_org_variable(org, name, repository_id, options \\ nil)

Remove selected repository from an organization variable

@see https://docs.github.com/rest/agents/variables#remove-selected-repository-from-an-organization-variable

Link to this function

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

Link to this function

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

Link to this function

update_org_variable(org, name, body, options \\ nil)

Update an organization variable

@see https://docs.github.com/rest/agents/variables#update-an-organization-variable

Link to this function

update_repo_variable(name, body, options \\ nil)

Update a repository variable

@see https://docs.github.com/rest/agents/variables#update-a-repository-variable