mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Remove unused profile API
This commit is contained in:
parent
ab0c487778
commit
d726894555
3 changed files with 10 additions and 38 deletions
|
|
@ -13,13 +13,12 @@ const
|
|||
search* = api / "2/search/adaptive.json"
|
||||
|
||||
timelineApi = api / "2/timeline"
|
||||
tweet* = timelineApi / "conversation"
|
||||
timeline* = timelineApi / "profile"
|
||||
mediaTimeline* = timelineApi / "media"
|
||||
listTimeline* = timelineApi / "list.json"
|
||||
tweet* = timelineApi / "conversation"
|
||||
|
||||
graphql = api / "graphql"
|
||||
graphUser* = graphql / "E4iSsd6gypGFWx2eUhSC1g/UserByScreenName"
|
||||
graphList* = graphql / "ErWsz9cObLel1BF-HjuBlA/ListBySlug"
|
||||
graphListId* = graphql / "JADTh6cjebfgetzvF3tQvQ/List"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue