summaryrefslogtreecommitdiff
path: root/nodejs/lib/api.js (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-01[javascript] implemented paginated requestsJulien Dessaux1-6/+29
2023-07-01Moved the nodejs agent to its own subfolder to make room for my haskell agentJulien Dessaux1-0/+0
2023-06-14Fixed api errors and some async issuesJulien Dessaux1-1/+1
2023-06-13Fixed error handling after network code reworkJulien Dessaux1-9/+9
2023-06-11Take requests time in consideration for rate limiting calculationsJulien Dessaux1-1/+6
2023-06-10Reworked the network code to improve sending rate managementJulien Dessaux1-49/+76
2023-06-06Update ships status at the end of the nav cooldownJulien Dessaux1-0/+6
2023-06-05Hold back on maintenance or rate limiting eventsJulien Dessaux1-7/+18
2023-06-03Handle connection reset eventJulien Dessaux1-3/+8
2023-05-30Retry on HTTP timeout instead of propagating the errorJulien Dessaux1-1/+5
2023-05-29Many new api callsJulien Dessaux1-1/+1
2023-05-26Automated the extraction and delivery loop for a shipJulien Dessaux1-2/+9
2023-05-25Updated the lib for the new apiJulien Dessaux1-0/+4
2023-05-24Rewrote the api rate limiter with promises instead of callbacksJulien Dessaux1-36/+31
2023-05-14Implemented a basic extraction loopJulien Dessaux1-0/+76