diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-04-21 18:15:13 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-04-21 18:15:13 +0100 |
| commit | 0620c3e00f66a075f887792c3e40555f3e3627d3 (patch) | |
| tree | 61108701dab9c02aca6524727e8d9008f664c6ea /app/flatpages | |
| parent | a8374ec779aec7e3c5f87a6eb35522d85654d69d (diff) | |
| download | cheatdb-0620c3e00f66a075f887792c3e40555f3e3627d3.tar.xz | |
Add API to see scores
Diffstat (limited to 'app/flatpages')
| -rw-r--r-- | app/flatpages/help/api.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/flatpages/help/api.md b/app/flatpages/help/api.md index b141f2c..8387caa 100644 --- a/app/flatpages/help/api.md +++ b/app/flatpages/help/api.md @@ -21,6 +21,7 @@ You can use the `/api/whoami` to check authentication. ### Packages * GET `/api/packages/` - See [Package Queries](#package-queries) +* GET `/api/scores/` - See [Package Queries](#package-queries) * GET `/api/packages/<username>/<name>/` ### Releases |
