Member
- Joined
- Nov 20, 2023
- Messages
- 1
Hello everyone!
I would like to showcase a new MangaDex API wrapper written for the Javascript/Typescript ecosystem. It can be found here on GitHub.
Currently this repository is in its very early stages but I am planning to actively improve it overtime.
Plans for Improvement
Currently this repository only allows for access to the API through a http client instance as shown in the usage section of the README.md.
To truly allow for convenient access I would like to mimic the structure of libraries such as stripe-node and Github.js that section of resources into separate classes. In addition, I would like to implement full type declarations for the v5 response json.
Pull requests and feedback are welcome! If you use this library in your project please let me know, I would love to support what you've built!
I would like to showcase a new MangaDex API wrapper written for the Javascript/Typescript ecosystem. It can be found here on GitHub.
Currently this repository is in its very early stages but I am planning to actively improve it overtime.
Plans for Improvement
Currently this repository only allows for access to the API through a http client instance as shown in the usage section of the README.md.
To truly allow for convenient access I would like to mimic the structure of libraries such as stripe-node and Github.js that section of resources into separate classes. In addition, I would like to implement full type declarations for the v5 response json.
Pull requests and feedback are welcome! If you use this library in your project please let me know, I would love to support what you've built!