node-sdk
node-sdk copied to clipboard
An official module for interacting with the Top.gg API
We don't have any tests for the library yet. Could be a good idea to look into something like https://github.com/mswjs/msw to set up mocks for http requests along with jest.
- I added additional information to the JSDocs of certain functions, improved descriptions for functions and their parameter/options. - Reworded error messages for more clarity.
`raw-body` was used in a way that it only converted the request to a Buffer. This PR replaces usage of `raw-body` with a less complex, native approach, removing not just...
The following pull request adapts the SDK to API v1.