Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Awbugl committed May 5, 2023
1 parent 8dde09c commit 5101981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ A slow Arcaea API for my own use.
| -26 | daily query quota exceeded |
| -27 | illegal hash, please contact maintainer |
| -28 | image server error |
| -29 | invavid session info |
| -29 | invalid session info |
| -30 | session expired |
| -31 | session querying, queried charts: ${queriedCharts} (*) |
| -32 | session waiting for account, account count: ${accountCount} (*) |
| -33 | too many bests requests. cached session generated (*) |
| -34 | invavid account |
| -34 | invalid account |
| -233 | internal error occurred |

> (*) means return additional data
Expand Down
3 changes: 3 additions & 0 deletions user/bests/result.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## user/bests/result

> Note: This api is cache-based and the results may not be real-time.
| arguments | description | optional |
|:---------------|:--------------------------------------------------------------------------------|----------|
| session_info | session_info from `user/bests/session` | false |
Expand Down Expand Up @@ -45,6 +47,7 @@
{
"status": 0,
"content": {
"query_time": 1683205681782,
"best30_avg": 12.707672500000001,
"recent10_avg": 12.836982499999998,
"account_info": {
Expand Down

0 comments on commit 5101981

Please sign in to comment.