Skip to content

Commit

Permalink
Update Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Awbugl committed Nov 10, 2022
1 parent dd8dccf commit a851bcc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ For the deploy tutorial of AUA, please refer to [How to deploy AUA](/deploy.md).
+ [data/playdata](/data/playdata.md)
+ [data/density](/data/density.md)
+ [data/challenge](/data/challenge.md) [^2]
+ [data/cert](/data/cert.md) [^3]

[^1]: The `assets/preview` API is not available for release version of AUA. It is provided by [AffPreview](https://github.com/Arcaea-Infinity/Aff2Preview).

[^2]: The `data/challenge` API is not available for release version of AUA.

[^3]: The `data/cert` API is not available for release version of AUA.

### Error status

| status | description |
Expand Down
19 changes: 19 additions & 0 deletions data/cert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## data/cert

#### Example

+ `{apiurl}/botarcapi/data/cert`

##### Return data (Edited for readability)

```json5
{
"status": 0,
"content": {
"entry": "join/21",
"version": "4.1.4c",
"cert": "HERE IS THE CERT", // the base64 encoded cert
"password": "HelloWorld"
}
}
```

0 comments on commit a851bcc

Please sign in to comment.