Hi @phalt . Awesome job with this API, but I don't understand your choice for species' key in the person type. Why is it an array of String??
I've checked all the person records, and all the records have just one specie.
And it's quite normale, I mean a person should have just one specie, how is it possibile to belong to two species?
So the specie's key shouldn't be just a single String like for planets?
I'm telling you because to fetch the species' name for the people it costs one more function than the planets name fetching.
Hi @phalt . Awesome job with this API, but I don't understand your choice for species' key in the person type. Why is it an array of String?? I've checked all the person records, and all the records have just one specie. And it's quite normale, I mean a person should have just one specie, how is it possibile to belong to two species?
So the specie's key shouldn't be just a single String like for planets?
I'm telling you because to fetch the species' name for the people it costs one more function than the planets name fetching.
Regards, Andrea Miotto