422 B
422 B
/user/{username}/projects
- GET
Returns the list of public projects the user is part of.
Responses
200 - Success
Content - JSON:
Field | Description |
---|---|
projects | A list of (projectname, projectid) pairs. |
403 - Error: Forbidden
Blocked for security reasons.
404 - Error: Not Found
The user wasn't found.