mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2024-12-21 20:53:00 -05:00
Document new endpoint
This commit is contained in:
parent
17c63912e2
commit
73cba2ef52
1 changed files with 18 additions and 2 deletions
20
readme.md
20
readme.md
|
@ -268,6 +268,24 @@ The server found the search data, returns:
|
|||
}
|
||||
```
|
||||
|
||||
### /api/emotes/:streamerName
|
||||
**GET**
|
||||
Gets all of the emotes for a streamer
|
||||
|
||||
#### Resposnes
|
||||
##### 200
|
||||
Returns the found Emotes
|
||||
*Example:*
|
||||
```json
|
||||
{
|
||||
"name": "fillyTailChase",
|
||||
"urls": {
|
||||
"1": "..."
|
||||
}
|
||||
},
|
||||
...
|
||||
```
|
||||
|
||||
## Proxying Endpoints
|
||||
|
||||
### /proxy/img/:base64Url
|
||||
|
@ -326,5 +344,3 @@ Gets a segment from one of the quality's manifest file. This is the actual video
|
|||
### 200
|
||||
|
||||
Returns the stream segment, HLS streaming.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue