timotheus / ebaysdk-python

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

update samples with param: 'domain' #279

Closed gainskills closed 4 years ago

gainskills commented 5 years ago

Add the param: 'domain' to load different configuration for sandbox, production. It can be called by running: 'trading.py -y ebay.yaml -n api.sandbox.ebay.com', without the param, it will call the domain which is defined in init.py.

timotheus commented 4 years ago

Thanks!