feat: Add users endpoint

This commit is contained in:
Michael Gerdemann
2020-01-19 16:10:21 +01:00
parent 5c2450116b
commit 53c5c232d2
5 changed files with 259 additions and 15 deletions

View File

@ -310,18 +310,18 @@ Status | Method | Endpoint | Comment
Status | Method | Endpoint | Comment
--- | --- | --- | ---
| GET | /repos/{owner}/{repo}/times/{user} |
| GET | /users/search |
| GET | /users/{follower}/following/{followee} |
| GET | /users/{username} |
| GET | /users/{username}/followers |
| GET | /users/{username}/following |
| GET | /users/{username}/gpg_keys |
| GET | /users/{username}/heatmap |
| GET | /users/{username}/keys |
| GET | /users/{username}/repos |
| GET | /users/{username}/starred |
| GET | /users/{username}/subscriptions |
| GET | /users/{username}/tokens |
| POST | /users/{username}/tokens |
| DELETE | /users/{username}/tokens/{token} |
| GET | /repos/{owner}/{repo}/times/{user} |
| GET | /users/search |
| GET | /users/{follower}/following/{followee} |
| GET | /users/{username} |
| GET | /users/{username}/followers |
| GET | /users/{username}/following |
| GET | /users/{username}/gpg_keys |
| GET | /users/{username}/heatmap |
| GET | /users/{username}/keys |
| GET | /users/{username}/repos |
| GET | /users/{username}/starred |
| GET | /users/{username}/subscriptions |
| GET | /users/{username}/tokens |
| POST | /users/{username}/tokens |
| DELETE | /users/{username}/tokens/{token} |