petfinder-com / petfinder-js-sdk

Petfinder.com API client for JavaScript/TypeScript
https://www.petfinder.com/developers/
BSD 3-Clause "New" or "Revised" License
59 stars 18 forks source link

Animal is missing from response #16

Closed nrathi closed 4 years ago

nrathi commented 4 years ago

Hi,

It seems like every animal from organization MA480 is missing (client.animal.search({"organization": "MA480"}) returned []).

Thanks!

mloberg commented 4 years ago

Petfinder allows organizations to de-list animals from the public API. It sounds like this is what's happening

nrathi commented 4 years ago

Got it, thanks!