mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Optimize profile fetching and caching
This commit is contained in:
parent
d38b63f5a9
commit
ff61d97a1d
7 changed files with 31 additions and 24 deletions
|
|
@ -19,7 +19,8 @@ const
|
|||
tweet* = timelineApi / "conversation"
|
||||
|
||||
graphql = api / "graphql"
|
||||
graphUser* = graphql / "I5nvpI91ljifos1Y3Lltyg/UserByRestId"
|
||||
graphUser* = graphql / "7mjxD3-C6BxitPMVQ6w0-Q/UserByScreenName"
|
||||
graphUserById* = graphql / "I5nvpI91ljifos1Y3Lltyg/UserByRestId"
|
||||
graphList* = graphql / "JADTh6cjebfgetzvF3tQvQ/List"
|
||||
graphListBySlug* = graphql / "ErWsz9cObLel1BF-HjuBlA/ListBySlug"
|
||||
graphListMembers* = graphql / "Ke6urWMeCV2UlKXGRy4sow/ListMembers"
|
||||
|
|
|
|||
Loading…
Reference in a new issue