mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
Use faster API to get pinned tweets
This commit is contained in:
parent
51ae076ea0
commit
27183f1a74
5 changed files with 13 additions and 3 deletions
|
|
@ -9,6 +9,7 @@ const
|
|||
|
||||
userShow* = api / "1.1/users/show.json"
|
||||
photoRail* = api / "1.1/statuses/media_timeline.json"
|
||||
status* = api / "1.1/statuses/show"
|
||||
search* = api / "2/search/adaptive.json"
|
||||
|
||||
timelineApi = api / "2/timeline"
|
||||
|
|
|
|||
Loading…
Reference in a new issue