Projects
List the authenticated root project and its subprojects, create and update
subprojects, and rotate a project’s signing key. Every call operates only within
the caller’s project tree. For API tokens on the current project, use
client.project.tokens.
Access via client.projects on a RestClient instance.
Methods
list
List the root project and its subprojects.
get
Retrieve one project by ID.
create
Create a subproject.
update
Update a project’s name or media protection settings.
delete
Delete a subproject.
rotate_signing_key
Issue a new signing key for a project.
client.projects also exposes paginate() to iterate across all
pages.