cloudsprite.projects¶
Projects in the default team (requires set_team).
Module convenience alias for Client.projects (process-default client). Not listed in __all__.
Signature¶
@property
cs.projects -> ResourceCollection[Project]
HTTP parameters¶
| Name | In | Type | Required | Default |
|---|---|---|---|---|
limit |
query |
integer |
no | 0 |
offset |
query |
integer |
no | 0 |
ordering |
query |
string |
no | - |
q |
query |
string |
no | - |
Return shape¶
HTTP 200 — OK
array<ProjectSchema>
Permission¶
Required permission: Any signed-in user
HTTP¶
GET /api/projects/ (listProjects)
Usage¶
cs.projects