Add list endpoint

This commit is contained in:
Eugen Rochko 2017-12-13 15:18:53 +01:00 committed by GitHub
parent 4bb149c73f
commit 6b3455ecf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ Returns all local statuses
Returns all public statuses for a particular hashtag (query param `tag`) Returns all public statuses for a particular hashtag (query param `tag`)
**GET /api/v1/streaming/list**
Returns statuses for list (query param `list`)
### Stream contents ### Stream contents
The stream will contain events as well as heartbeat comments. Lines that begin with a colon (`:`) can be ignored by parsers, they are simply there to keep the connection open. Events have this structure: The stream will contain events as well as heartbeat comments. Lines that begin with a colon (`:`) can be ignored by parsers, they are simply there to keep the connection open. Events have this structure: