Reputation: 740
I'm working with the Google Books API and the Branding Guidelines state that I have to have a prominent link to the Google Books page for each search result. Cool, I'm fine with that.
However:
saleInfo.buyLink
isn't always there in the API responsevolumeInfo.infoLink
and volumeInfo.canonicalVolumeLink
faker
to call the API with random keywords and picked a random result])So my question becomes, is it my responsibility to try to find workarounds for any of that, in order to be compliant? Or should I just go with what Google Books gives me and call it a day?
Upvotes: 0
Views: 61
Reputation: 740
I changed my seeds file to only look for Google Books that have an ebook available with &filter=ebooks
, and I haven't run into these issues with what it found this time. But I guess the question still stands whether it's up to developers using the API to provide for Google's issues, in case anyone else wants to answer.
Upvotes: 0