13 lines
422 B
Markdown
13 lines
422 B
Markdown
|
# `/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.
|