summaryrefslogtreecommitdiff
path: root/nodejs/lib/api.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-07[node] Big Ships lib refactoringJulien Dessaux1-2/+33
2024-03-27[node] finished the great typescript rewriteJulien Dessaux1-28/+26
2024-03-27[node] begin the great typescript rewriteJulien Dessaux1-64/+61
2024-03-15[javascript] Rework the contracting loop following the asteroids changesJulien Dessaux1-1/+1
2023-09-17[javascript] fixed wrong variable usageJulien Dessaux1-1/+1
2023-09-02[javascript] began reworking token handling to match what is done with the ha...Julien Dessaux1-1/+1
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