For those of you who don’t know, I maintain a JavaScript Client Library for the VexDB, called (creatively) vexdb, useful for writing bots and things.
Some features currently include:
- Basic endpoint retrieval with
.get()
and
.request()
.getAll()
which ensures that all responses are given (the API limits responses to 5000 items)
- Caching
- Setting Headers and Default Params
- And more (but not too much more)
If you have any questions, or feature requests, feel free to ask me!