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 Copilot Space for a user
Delete a resource from an organization Copilot Space
Delete a resource from a Copilot Space for a user
Get an organization Copilot Space
Get a Copilot Space for a user
Get a resource for an organization Copilot Space
Get a resource for a Copilot Space for a user
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
Remove a collaborator from an organization Copilot Space
Remove a collaborator from a Copilot Space for a user
Set a collaborator role for an organization Copilot Space
Set a collaborator role for a Copilot Space for a user
Set an organization Copilot Space
Set a Copilot Space for a user
Set a resource for an organization Copilot Space
Set a resource for a Copilot Space for a user
Link to this section Functions
add_collaborator_for_org(org, space_number, body, options \\ nil)
Add a collaborator to an organization Copilot Space
add_collaborator_for_user(username, space_number, body, options \\ nil)
Add a collaborator to a Copilot Space for a user
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
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
create_resource_for_org(org, space_number, body, options \\ nil)
Create a resource for an organization Copilot Space
create_resource_for_user(username, space_number, body, options \\ nil)
Create a resource for a Copilot Space for a user
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
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
delete_resource_for_org(org, space_number, space_resource_id, options \\ nil)
Delete a resource from an organization Copilot Space
delete_resource_for_user(username, space_number, space_resource_id, options \\ nil)
Delete a resource from a Copilot Space for a user
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
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
get_resource_for_org(org, space_number, space_resource_id, options \\ nil)
Get a resource for an organization Copilot Space
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
list_collaborators_for_org(org, space_number, options \\ nil)
List collaborators for an organization Copilot Space
list_collaborators_for_user(username, space_number, options \\ nil)
List collaborators for a Copilot Space for a user
list_for_org(org, options \\ nil)
List organization Copilot Spaces
@see https://docs.github.com/rest/copilot-spaces/copilot-spaces#list-organization-copilot-spaces
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
list_resources_for_org(org, space_number, options \\ nil)
List resources for an organization Copilot Space
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
remove_collaborator_for_org(org, space_number, actor_type, actor_identifier, options \\ nil)
Remove a collaborator from an organization Copilot Space
remove_collaborator_for_user(username, space_number, actor_type, actor_identifier, options \\ nil)
Remove a collaborator from a Copilot Space for a user
update_collaborator_for_org(org, space_number, actor_type, actor_identifier, body, options \\ nil)
Set a collaborator role for an organization Copilot Space
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
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
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
update_resource_for_org(org, space_number, space_resource_id, body, options \\ nil)
Set a resource for an organization Copilot Space
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