Noizu.Github.Api.PrivateRegistries (Noizu Labs: Github API v0.5.0)

GitHub private-registries API.

Link to this section Summary

Functions

Create a private registry for an organization

Delete a private registry for an organization

Get a private registry for an organization

Get private registries public key for an organization

List private registries for an organization

Update a private registry for an organization

Link to this section Functions

Link to this function

create_org_private_registry(org, body, options \\ nil)

Create a private registry for an organization

@see https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization

Link to this function

delete_org_private_registry(org, secret_name, options \\ nil)

Delete a private registry for an organization

@see https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization

Link to this function

get_org_private_registry(org, secret_name, options \\ nil)

Get a private registry for an organization

@see https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization

Link to this function

get_org_public_key(org, options \\ nil)

Get private registries public key for an organization

@see https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization

Link to this function

list_org_private_registries(org, options \\ nil)

List private registries for an organization

@see https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization

Link to this function

update_org_private_registry(org, secret_name, body, options \\ nil)

Update a private registry for an organization

@see https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization