Use old user endpoint to avoid graphql rate limits

This commit is contained in:
Zed
2020-06-01 09:46:17 +02:00
parent 39863703b3
commit 74534e8fef
4 changed files with 21 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ const
mediaTimeline* = timelineApi / "media"
listTimeline* = timelineApi / "list.json"
listMembers* = api / "1.1/lists/members.json"
userLookup* = api / "1.1/users/show.json"
tweet* = timelineApi / "conversation"
search* = api / "2/search/adaptive.json"