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

Better formatting of list results

Open mdzhang opened this issue 8 years ago • 0 comments

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

mdzhang avatar Aug 13 '17 17:08 mdzhang