mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-15 16:52:48 -05:00
Refactor fetch helper, fix list pagination
This commit is contained in:
@@ -9,7 +9,6 @@ type
|
||||
remaining*: int
|
||||
reset*: Time
|
||||
init*: Time
|
||||
# agent*: string
|
||||
|
||||
Error* = enum
|
||||
null = 0
|
||||
@@ -18,9 +17,11 @@ type
|
||||
doesntExist = 34
|
||||
userNotFound = 50
|
||||
suspended = 63
|
||||
rateLimited = 88
|
||||
invalidToken = 89
|
||||
listIdOrSlug = 112
|
||||
forbidden = 200
|
||||
badToken = 239
|
||||
noCsrf = 353
|
||||
|
||||
Profile* = object
|
||||
|
||||
Reference in New Issue
Block a user