Skip to content

Commit

Permalink
Add activate endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Jun 24, 2020
1 parent 4c1270b commit 613e460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/consts.nim
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const
api = parseUri("https://api.twitter.com")
graphql = api / "graphql"
timelineApi = api / "2/timeline"
activate* = $(api / "1.1/guest/activate.json")
graphUser* = graphql / "E4iSsd6gypGFWx2eUhSC1g/UserByScreenName"
graphList* = graphql / "ErWsz9cObLel1BF-HjuBlA/ListBySlug"
graphListId* = graphql / "JADTh6cjebfgetzvF3tQvQ/List"
Expand Down

0 comments on commit 613e460

Please sign in to comment.