goodreads-api-client-python
goodreads-api-client-python copied to clipboard
A lightweight Python wrapper around the Goodreads API
See `goodreads_api_client.tests.resources.test_author.TestAuthor.test_books` for an example of where the return value gets weird. Ideally we'd replace the dict holding XML data which data that factored in that markup e.g. ```python OrderedDict([('@type',...
I don't have them all listed out, but there are a couple endpoints that take e.g. `sort` etc. params but that's not reflected in the code
See [documentation](https://www.goodreads.com/api/documentation#oauth) In the code, see where `OauthEndpointNotImplemented` exception is raised