diff --git a/readme.md b/readme.md index 70e2185..0cd6a68 100644 --- a/readme.md +++ b/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. - -