Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve data fetched by google books api #146

Open
mathrb opened this issue Mar 2, 2025 · 0 comments
Open

Improve data fetched by google books api #146

mathrb opened this issue Mar 2, 2025 · 0 comments

Comments

@mathrb
Copy link

mathrb commented Mar 2, 2025

Is your feature request related to a problem? Please describe.
The default meta fetcher is goob. I noticed that you're using the volumes list endpoint. This endpoint might return different information from the get endpoint.
As an example:
curl https://www.googleapis.com/books/v1/volumes?q=isbn:978-2-505-11704-9 | jq '.items[0] | .id,.volumeInfo.title'

"TJLUzwEACAAJ"
"100 Bucket list of the dead"

curl https://www.googleapis.com/books/v1/volumes/TJLUzwEACAAJ | jq '.volumeInfo.title'

"100 Bucket List of the dead Tome 8"

Describe the solution you'd like
I'd suggest for this meta fetcher to perform 2 requests to ensure the information are correct, first one to get the id of the volume, and a get to fetch the actual metadata.

@mathrb mathrb changed the title [FEATURE] Improve data fetched by google books api Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant