etsy-python
etsy-python copied to clipboard
Don't use api key if doing an oauth request
Whenever an api key is used when constructing a request the oauth credentials seemed to be ignored. For example, when doing a request with a "SELF" as user id, I always get this response from etsy:
No logged in user; please specify a user id instead
This pull request fixes it by not using the api key if oauth specified. Also contains fix for #10 .