Ghibli.People (ghibli_api v0.1.0)
Handles fetching and parsing people endpoint from the Ghibli API. The data looks like this:
{
"id": "ba924631-068e-4436-b6de-f3283fa848f0",
"name": "Cat King",
"gender": "Male",
"eye_color": "Emerald",
"hair_color": "Grey",
"films": [
"https://ghibliapi.vercel.app/films/90b72513-afd4-4570-84de-a56c312fdf81"
],
"species": "https://ghibliapi.vercel.app/species/603428ba-8a86-4b0b-a9f1-65df6abef3d3",
"url": "https://ghibliapi.vercel.app/people/3042818d-a8bb-4cba-8180-c19249822d57"
}