summaryrefslogtreecommitdiff
path: root/lib/api.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Take requests time in consideration for rate limiting calculationsJulien Dessaux2023-06-111-1/+6
|
* Reworked the network code to improve sending rate managementJulien Dessaux2023-06-101-49/+76
|
* Update ships status at the end of the nav cooldownJulien Dessaux2023-06-061-0/+6
|
* Hold back on maintenance or rate limiting eventsJulien Dessaux2023-06-051-7/+18
|
* Handle connection reset eventJulien Dessaux2023-06-031-3/+8
|
* Retry on HTTP timeout instead of propagating the errorJulien Dessaux2023-05-301-1/+5
|
* Many new api callsJulien Dessaux2023-05-291-1/+1
|
* Automated the extraction and delivery loop for a shipJulien Dessaux2023-05-261-2/+9
|
* Updated the lib for the new apiJulien Dessaux2023-05-251-0/+4
|
* Rewrote the api rate limiter with promises instead of callbacksJulien Dessaux2023-05-241-36/+31
|
* Implemented a basic extraction loopJulien Dessaux2023-05-141-0/+76