1
0
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:
Zed
2020-06-15 16:40:27 +02:00
parent 7643293f6b
commit 6167e7dc49
3 changed files with 20 additions and 29 deletions

View File

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