goodreads-api-client-python
goodreads-api-client-python copied to clipboard
Better formatting of list results
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.
OrderedDict([('@type', 'integer'), ('#text', '104744')])
should just be ('id', 104744