etsy-python
etsy-python copied to clipboard
Python access to the Etsy API
Hi, I've been writing a new wrapper for the Etsy v2 API, since @sscheetz stopped maintaining his over at: https://github.com/sscheetz/etsy-python2 I'm setting it up to auto update itself as the...
I see that the last commit is >3 years ago, so I'm assuming the answer is no, but even trying to install via setuptools or PyPI I get a `Invalid...
When I do api = Etst('API Key') I am getting the following error urllib2.HTTPError: HTTP Error 500: Domain Not Found Can you please help ?
Etsy recently updated their API and now there is an attribute error "'EtsyV2' object has no attribute 'etsy_oauth_client'. I went through and fixed all the base references for the URL's...
`Association` is a bit of a long name, but there isn't an immediately apparent way to shorten it. Making `Bounds` an inner class of `Association` doesn't help matters, but it...
Removed the special-case check for no positional arguments, since it's handled by that for "Too many positional arguments".
Each commit moves or renames a file; though logically separate, I've grouped them under this pull request for convenience.
When I run the test_v2.py file I get the traceback pasted below. The oauth2 library doesn't handle a request body of None very well. The following pull request fixes this...
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...