Structs§
- Projects
Create ApiKey Builder - Use builder syntax to set the inputs and finish with
call(). - Projects
Create Builder - Use builder syntax to set the inputs and finish with
call(). - Projects
Delete ApiKey Builder - Use builder syntax to set the inputs and finish with
call(). - Projects
Delete Builder - Use builder syntax to set the inputs and finish with
call(). - Projects
GetApi Keys Builder - Use builder syntax to set the inputs and finish with
call(). - Projects
GetBuilder - Use builder syntax to set the inputs and finish with
call(). - Projects
Update Builder - Use builder syntax to set the inputs and finish with
call().
Enums§
- Projects
Create ApiKey Error - struct for typed errors of method
projects_create_api_key - Projects
Create Error - struct for typed errors of method
projects_create - Projects
Delete ApiKey Error - struct for typed errors of method
projects_delete_api_key - Projects
Delete Error - struct for typed errors of method
projects_delete - Projects
GetApi Keys Error - struct for typed errors of method
projects_get_api_keys - Projects
GetError - struct for typed errors of method
projects_get - Projects
Update Error - 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).