Skip to main content

Module projects_api

Module projects_api 

Source

Structs§

ProjectsCreateApiKeyBuilder
Use builder syntax to set the inputs and finish with call().
ProjectsCreateBuilder
Use builder syntax to set the inputs and finish with call().
ProjectsDeleteApiKeyBuilder
Use builder syntax to set the inputs and finish with call().
ProjectsDeleteBuilder
Use builder syntax to set the inputs and finish with call().
ProjectsGetApiKeysBuilder
Use builder syntax to set the inputs and finish with call().
ProjectsGetBuilder
Use builder syntax to set the inputs and finish with call().
ProjectsUpdateBuilder
Use builder syntax to set the inputs and finish with call().

Enums§

ProjectsCreateApiKeyError
struct for typed errors of method projects_create_api_key
ProjectsCreateError
struct for typed errors of method projects_create
ProjectsDeleteApiKeyError
struct for typed errors of method projects_delete_api_key
ProjectsDeleteError
struct for typed errors of method projects_delete
ProjectsGetApiKeysError
struct for typed errors of method projects_get_api_keys
ProjectsGetError
struct for typed errors of method projects_get
ProjectsUpdateError
struct for typed errors of method projects_update

Functions§

projects_create
Create a new project (requires organization-scoped API key)
projects_create_api_key
Create a new API key for a project (requires organization-scoped API key)
projects_delete
Delete a project by ID (requires organization-scoped API key). Project deletion is processed asynchronously.
projects_delete_api_key
Delete an API key for a project (requires organization-scoped API key)
projects_get
Get Project associated with API key (requires project-scoped API key). You can use GET /api/public/organizations/projects to get all projects with an organization-scoped key.
projects_get_api_keys
Get all API keys for a project (requires organization-scoped API key)
projects_update
Update a project by ID (requires organization-scoped API key).