Remove unused profile API

This commit is contained in:
Zed
2022-01-05 22:17:14 +01:00
parent ab0c487778
commit d726894555
3 changed files with 11 additions and 39 deletions

View File

@@ -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"