N3evin / AmiiboAPI

A RESTful API for amiibo.
https://www.amiiboapi.com/
MIT License
500 stars 112 forks source link

Update to docs #146

Closed echarlotte612 closed 11 months ago

echarlotte612 commented 12 months ago

Updated endpoint examples in docs to match API.

Infomation

Please use the following form when doing a pull request for amiibo database. Do update the amiibo.json and game_info.json file to prevent error and make sure proper testing had been done. If unsure on game_info.json please use the following format attached below and just set the games as empty array, as it will be auto generated. Tick the checklist before submitting to ensure you have all the required information.

Pull request form

Checklist

Link to amiibo.life for amiibo

Example for empty game_info

"0x02ed0001015a0502":
{
    "games3DS": [],
    "gamesWiiU": [],
    "gamesSwitch": []
}