diff --git a/API.md b/API.md index de13f91..f03f317 100644 --- a/API.md +++ b/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 -**GET /api/v1/statuses/home** -**GET /api/v1/statuses/mentions** +**GET /api/v1/timelines/home** +**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: