Open
Description
Moving this out of the readme so that I can publish the module without the todo list being immortalized.
Todo
- transpiling
- linting
- ci
- documentation
- publish
- auto-publish from CI
- full test coverage
- parse
RateLimit-Policy
headers - maybe expose
parseCombinedRateLimitHeader
in a way that allows it to be included without pulling in the entire library? - make
parseCombinedRateLimitHeader
operate in a single pass instead of 3 - handle responses with more than one set of ratelimit headers
- Probably two APIs: one that just returns a single RateLimit object, and one that returns an array of RateLimit objects.
- more examples
- node.js http.get
- axios
- node-fetch
- Deno
fetch
- React Native
fetch
- browser
fetch
- browser
XMLHttpRequest
- possibly request or some of it's other alternatives
- test in Deno
- test browsers
- test in React Native
- add support for more headers formats
- Use a proper structured fields parser, such as one of these https://www.npmjs.com/search?q=rfc8941