mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Update timelines API path
parent
c6286daef0
commit
5f1d95d0d1
1 changed files with 5 additions and 3 deletions
8
API.md
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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue