goodreads-api-client-python icon indicating copy to clipboard operation
goodreads-api-client-python copied to clipboard

A lightweight Python wrapper around the Goodreads API

Results 14 goodreads-api-client-python issues
Sort by recently updated
recently updated
newest added

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',...

enhancement
help wanted

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

enhancement
help wanted

See [documentation](https://www.goodreads.com/api/documentation#oauth) In the code, see where `OauthEndpointNotImplemented` exception is raised

enhancement
help wanted