timotheus / ebaysdk-python

eBay API SDK for Python
https://developer.ebay.com/tools/sdks
Other
808 stars 326 forks source link

Return responses as objects, not dicts? #371

Open sxsws opened 2 years ago

sxsws commented 2 years ago

Returning the response as an instance of a FooResponseClass would help in dealing with the response so much better than dealing with a dictionary.

Are there any plans to implement returning responses as an instance of a class? The outline of each response class could be pulled from the docs.