1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Update timelines API path

Eugen 2016-11-08 23:51:18 +01:00
parent c6286daef0
commit 5f1d95d0d1

8
API.md

@ -25,10 +25,12 @@ Returns a media object with an ID that can be attached when creating a status (s
## Retrieving a timeline ## Retrieving a timeline
**GET /api/v1/statuses/home** **GET /api/v1/timelines/home**
**GET /api/v1/statuses/mentions** **GET /api/v1/timelines/mentions**
**GET /api/v1/timelines/public**
**GET /api/v1/timelines/tag/:hashtag**
Returns statuses, most recent ones first. Home timeline is statuses from people you follow, mentions timeline is all statuses that mention you. Returns statuses, most recent ones first. Home timeline is statuses from people you follow, mentions timeline is all statuses that mention you. Public timeline is "whole known network", and the last is the hashtag timeline.
Query parameters: Query parameters: