timotheus / ebaysdk-python

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

response_codes() returns [] #324

Open DancingGuy opened 4 years ago

DancingGuy commented 4 years ago

Using a Connection object's response_codes() method returns an empty list

[]

Do I need to pass in an argument? Is it somehow related to:

https://developer.ebay.com/api-docs/static/rest-response-components.html

Thanks!

John