mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Change user endpoint
This commit is contained in:
parent
77da2e32c6
commit
0e58c36bae
3 changed files with 5 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ const
|
|||
mediaTimeline* = timelineApi / "media"
|
||||
listTimeline* = timelineApi / "list.json"
|
||||
listMembers* = api / "1.1/lists/members.json"
|
||||
userLookup* = api / "1.1/users/show.json"
|
||||
userLookup* = api / "1.1/users/lookup.json"
|
||||
photoRail* = api / "1.1/statuses/media_timeline.json"
|
||||
tweet* = timelineApi / "conversation"
|
||||
search* = api / "2/search/adaptive.json"
|
||||
|
|
|
|||
Loading…
Reference in a new issue