Projects
List, create, retrieve, update, and soft-delete project resources.
project = client.projects.create("Road scenes")
project = client.projects.get(project.id)
project.update(name="Road scenes v2", description="Night and rain")
for item in client.projects.list():
print(item.id, item.name)Operating contract
Concern
Required behavior
Failure and recovery boundary
Condition
Response