googlebooks icon indicating copy to clipboard operation
googlebooks copied to clipboard

Google Books API

Results 3 googlebooks issues
Sort by recently updated
recently updated
newest added

Updated the code to insert static type checking, fixed some names to follow PEP-8, and refactored some functions to be more efficient.

Peter, What is the license for this code?

there is an error occurs. >>> api._get('/volumes',params) Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.5/site-packages/googlebooks.py", line 18, in _get return json.loads(resp.content) File "/usr/local/lib/python3.5/json/__init__.py", line 312, in...