Remove trends

This commit is contained in:
Eugen Rochko 2018-08-23 00:39:39 +02:00 committed by GitHub
parent 34d2a43c5c
commit 4f1e930508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -24,7 +24,6 @@ API overview
- [Search](#search)
- [Statuses](#statuses)
- [Timelines](#timelines)
- [Trends](#trends)
- [Entities](#entities)
- [Account](#account)
- [Application](#application)
@ -838,16 +837,6 @@ Returns an array of [Statuses](#status), most recent ones first.
Public and tag timelines do not require authentication.
### Trends
#### Retrieving trending hashtags
GET /api/v1/trends
Returns an array of [Tag](#tag), sorted by the internal trending algorithm.
Does not require authentication.
___
## Entities