node-myanimelist
node-myanimelist copied to clipboard
Node-MyAnimeList is a small promise based package for downloading information from MyAnimeList
https://github.com/PolyMeilex/node-myanimelist/blob/567d96be09c476a6460b453fa52524cafec4e3a1/src/methods/jikan4/types.ts#L680 The ```entry``` property is an object, not an array: https://api.jikan.moe/v4/anime/43608/recommendations Example: ```JSON { "data": [ { "entry": { "mal_id": 38101, "url": "https://myanimelist.net/anime/38101/5-toubun_no_Hanayome", "images": { "jpg": { "image_url": "https://cdn.myanimelist.net/images/anime/1819/97947.jpg?s=63766d471cbb06b0bc8d4c81d5fc98fe", "small_image_url":...
Jikan v4 Public Alpha Preview is available for testing. So it's probably a good idea to start work on support for it. WIP Documentation: https://docs.api.jikan.moe/ Alpha Preview Endpoint: https://api.jikan.moe/v4-alpha
MalApi now does not require you to authorize all of the requests, TS API should reflect that.
Removes [http-cache-semantics](https://github.com/kornelski/http-cache-semantics). It's no longer used after updating ancestor dependency [npm](https://github.com/npm/cli). These dependencies need to be updated together. Removes `http-cache-semantics` Updates `npm` from 6.14.16 to 9.4.1 Release notes Sourced from...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
updated authorizeWithCode so that it uses code_verifier instead of codeChallenge updated authorizeWithCode so that it has clientSecret