KostaSav / hp-api

A simple JSON-based API for getting information on Harry Potter characters.
203 stars 86 forks source link

Added Spells #53

Closed marfrede closed 2 years ago

marfrede commented 2 years ago

I added an endpoint /api/spells.

For this I added a request like /api/characters but for spells and added a new spells.json file.

KostaSav commented 2 years ago

Thank you @marfrede, great addition to the API!