From 5f1d95d0d143e4434ba4604dc2636f0a42064b9e Mon Sep 17 00:00:00 2001 From: Eugen Date: Tue, 8 Nov 2016 23:51:18 +0100 Subject: [PATCH] Update timelines API path --- API.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: