0
Fork 0
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:
dragongoose 2023-04-29 23:13:14 -04:00
parent 17c63912e2
commit 73cba2ef52
No known key found for this signature in database
GPG key ID: 50DB99B921579009

View file

@ -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.