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

GitHub copilot-spaces API.

Link to this section Summary

Functions

Add a collaborator to an organization Copilot Space

Add a collaborator to a Copilot Space for a user

Create an organization Copilot Space

Create a Copilot Space for a user

Create a resource for an organization Copilot Space

Create a resource for a Copilot Space for a user

Delete an organization Copilot Space

Delete a resource from an organization Copilot Space

Get an organization Copilot Space

Get a resource for an organization Copilot Space

List collaborators for an organization Copilot Space

List collaborators for a Copilot Space for a user

List organization Copilot Spaces

List Copilot Spaces for a user

List resources for an organization Copilot Space

List resources for a Copilot Space for a user

Link to this section Functions

Link to this function

add_collaborator_for_org(org, space_number, body, options \\ nil)

Add a collaborator to an organization Copilot Space

@see https://docs.github.com/rest/copilot-spaces/collaborators#add-a-collaborator-to-an-organization-copilot-space

Link to this function

add_collaborator_for_user(username, space_number, body, options \\ nil)

Add a collaborator to a Copilot Space for a user

@see https://docs.github.com/rest/copilot-spaces/collaborators#add-a-collaborator-to-a-copilot-space-for-a-user

Link to this function

create_for_org(org, body, options \\ nil)

Create an organization Copilot Space

@see https://docs.github.com/rest/copilot-spaces/copilot-spaces#create-an-organization-copilot-space

Link to this function

create_for_user(username, body, options \\ nil)

Create a Copilot Space for a user

@see https://docs.github.com/rest/copilot-spaces/copilot-spaces#create-a-copilot-space-for-a-user

Link to this function

create_resource_for_org(org, space_number, body, options \\ nil)

Create a resource for an organization Copilot Space

@see https://docs.github.com/rest/copilot-spaces/resources#create-a-resource-for-an-organization-copilot-space

Link to this function

create_resource_for_user(username, space_number, body, options \\ nil)

Create a resource for a Copilot Space for a user

@see https://docs.github.com/rest/copilot-spaces/resources#create-a-resource-for-a-copilot-space-for-a-user

Link to this function

delete_for_org(org, space_number, options \\ nil)

Delete an organization Copilot Space

@see https://docs.github.com/rest/copilot-spaces/copilot-spaces#delete-an-organization-copilot-space

Link to this function

delete_for_user(username, space_number, options \\ nil)

Delete a Copilot Space for a user

@see https://docs.github.com/rest/copilot-spaces/copilot-spaces#delete-a-copilot-space-for-a-user

Link to this function

delete_resource_for_org(org, space_number, space_resource_id, options \\ nil)

Delete a resource from an organization Copilot Space

@see https://docs.github.com/rest/copilot-spaces/resources#delete-a-resource-from-an-organization-copilot-space

Link to this function

delete_resource_for_user(username, space_number, space_resource_id, options \\ nil)

Delete a resource from a Copilot Space for a user

@see https://docs.github.com/rest/copilot-spaces/resources#delete-a-resource-from-a-copilot-space-for-a-user

Link to this function

get_for_org(org, space_number, options \\ nil)

Get an organization Copilot Space

@see https://docs.github.com/rest/copilot-spaces/copilot-spaces#get-an-organization-copilot-space

Link to this function

get_for_user(username, space_number, options \\ nil)

Get a Copilot Space for a user

@see https://docs.github.com/rest/copilot-spaces/copilot-spaces#get-a-copilot-space-for-a-user

Link to this function

get_resource_for_org(org, space_number, space_resource_id, options \\ nil)

Get a resource for an organization Copilot Space

@see https://docs.github.com/rest/copilot-spaces/resources#get-a-resource-for-an-organization-copilot-space

Link to this function

get_resource_for_user(username, space_number, space_resource_id, options \\ nil)

Get a resource for a Copilot Space for a user

@see https://docs.github.com/rest/copilot-spaces/resources#get-a-resource-for-a-copilot-space-for-a-user

Link to this function

list_collaborators_for_org(org, space_number, options \\ nil)

List collaborators for an organization Copilot Space

@see https://docs.github.com/rest/copilot-spaces/collaborators#list-collaborators-for-an-organization-copilot-space

Link to this function

list_collaborators_for_user(username, space_number, options \\ nil)

List collaborators for a Copilot Space for a user

@see https://docs.github.com/rest/copilot-spaces/collaborators#list-collaborators-for-a-copilot-space-for-a-user

Link to this function

list_for_org(org, options \\ nil)

List organization Copilot Spaces

@see https://docs.github.com/rest/copilot-spaces/copilot-spaces#list-organization-copilot-spaces

Link to this function

list_for_user(username, options \\ nil)

List Copilot Spaces for a user

@see https://docs.github.com/rest/copilot-spaces/copilot-spaces#list-copilot-spaces-for-a-user

Link to this function

list_resources_for_org(org, space_number, options \\ nil)

List resources for an organization Copilot Space

@see https://docs.github.com/rest/copilot-spaces/resources#list-resources-for-an-organization-copilot-space

Link to this function

list_resources_for_user(username, space_number, options \\ nil)

List resources for a Copilot Space for a user

@see https://docs.github.com/rest/copilot-spaces/resources#list-resources-for-a-copilot-space-for-a-user

Link to this function

remove_collaborator_for_org(org, space_number, actor_type, actor_identifier, options \\ nil)

Remove a collaborator from an organization Copilot Space

@see https://docs.github.com/rest/copilot-spaces/collaborators#remove-a-collaborator-from-an-organization-copilot-space

Link to this function

remove_collaborator_for_user(username, space_number, actor_type, actor_identifier, options \\ nil)

Remove a collaborator from a Copilot Space for a user

@see https://docs.github.com/rest/copilot-spaces/collaborators#remove-a-collaborator-from-a-copilot-space-for-a-user

Link to this function

update_collaborator_for_org(org, space_number, actor_type, actor_identifier, body, options \\ nil)

Set a collaborator role for an organization Copilot Space

@see https://docs.github.com/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-an-organization-copilot-space

Link to this function

update_collaborator_for_user(username, space_number, actor_type, actor_identifier, body, options \\ nil)

Set a collaborator role for a Copilot Space for a user

@see https://docs.github.com/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-a-copilot-space-for-a-user

Link to this function

update_for_org(org, space_number, body, options \\ nil)

Set an organization Copilot Space

@see https://docs.github.com/rest/copilot-spaces/copilot-spaces#set-an-organization-copilot-space

Link to this function

update_for_user(username, space_number, body, options \\ nil)

Set a Copilot Space for a user

@see https://docs.github.com/rest/copilot-spaces/copilot-spaces#set-a-copilot-space-for-a-user

Link to this function

update_resource_for_org(org, space_number, space_resource_id, body, options \\ nil)

Set a resource for an organization Copilot Space

@see https://docs.github.com/rest/copilot-spaces/resources#set-a-resource-for-an-organization-copilot-space

Link to this function

update_resource_for_user(username, space_number, space_resource_id, body, options \\ nil)

Set a resource for a Copilot Space for a user

@see https://docs.github.com/rest/copilot-spaces/resources#set-a-resource-for-a-copilot-space-for-a-user