Closed DaniGTA closed 4 years ago
Installed version: node-myanimelist: 3.0.3
On:
const malAuth = Mal.auth(); const acount = await malAuth.Unstable.login(username, pass);
It makes a post request to this url: https://api.myanimelist.net/v2//auth/token but it must be: https://api.myanimelist.net/v2/auth/token
https://api.myanimelist.net/v2//auth/token
https://api.myanimelist.net/v2/auth/token
Thanks, I'll fix that asap.
Sorry those where leftovers from previous architecture, I should have unit test for those, my bad
Fixed in version v3.0.4
npm
On:
It makes a post request to this url:
https://api.myanimelist.net/v2//auth/token
but it must be:https://api.myanimelist.net/v2/auth/token