1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-05-15 08:42:51 -04:00

Revert "Replace tweet endpoint with GraphQL"

This reverts commit 19adc658c3.
This commit is contained in:
Zed
2023-02-02 12:38:58 +01:00
parent 19adc658c3
commit 36c72f9860
7 changed files with 67 additions and 111 deletions
+1 -1
View File
@@ -9,7 +9,6 @@ type
InternalError* = object of CatchableError
Api* {.pure.} = enum
tweetDetail
userShow
timeline
search
@@ -177,6 +176,7 @@ type
available*: bool
tombstone*: string
location*: string
source*: string
stats*: TweetStats
retweet*: Option[Tweet]
attribution*: Option[User]