0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jan 14, 2025 — Jan 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #6 from alekstorm/endpoint_update More... about 14 years ago
Merge pull request #5 from alekstorm/oauth_fix More... about 14 years ago
Merge pull request #4 from alekstorm/print_logger More... about 14 years ago
Merge public and private API endpoints, update Sandbox endpoints to new subdomain More... about 14 years ago
Replace 'print' statement with call to logger More... about 14 years ago
Bugfix: Only use OAuth client if it's actually set; otherwise, use normal _get_url More... about 14 years ago
crediting marc in the readme More... over 14 years ago
version bump, updating changelog More... over 14 years ago
Merge pull request #2 from msabramo/master More... over 14 years ago
Allow passing parameters of type long when an int is expected. More... over 14 years ago
Add a new test, test_parameter_type_long, which demonstrates that passing parameters of type long when an int is expected, causes an exception. More... over 14 years ago
readme fixes More... almost 15 years ago
version bump, readme changes More... almost 15 years ago
removing v1 code, fixing core tests More... almost 15 years ago
adding simplejson egg to ignores (it gets created by setup when developing) More... almost 15 years ago
Raise an exception with the Etsy response text when we failed to decode it as JSON. More... almost 15 years ago
Add etsy/config.py* to .gitignore More... almost 15 years ago
Make it possible for the client to specify whether to use the Etsy Production API or the Sandbox API. More... almost 15 years ago
More graceful handling of case when request token is invalid. More... almost 15 years ago
Fixed get_access_token. More... about 15 years ago
Change file check from isinstance(value, file) to hasattr(value, 'read') so that file-like objects are handled. More... about 15 years ago
One line hack to make the type checking not complain about the "includes" parameter for associations, since this parameter isn't listed in the method table. More... about 15 years ago
Let EtsyOAuthClient constructor take arguments for a EtsyOAuthToken (i.e.: oauth2.Token) and a logging.Logger More... about 15 years ago
EtsyOAuthToken = oauth.Token -- so that clients can use EtsyOAuthToken and not have to import or know about the oauth2 package. More... about 15 years ago
Allow passing args to get_signin_url and get_request_token. This is needed especially in order to let the client pass in an oauth_callback when calling get_signin_url. More... about 15 years ago
Move EtsyOAuthClient from etsy/_v2.py to etsy/oauth.py. This way clients that are read-only can opt to not import etsy.oauth and not need oauth2 installed. More... about 15 years ago
Make the oauth2 package an optional dependency (belongs to the [OAuth] setuptools extra). More... about 15 years ago
- setup_requires=['simplejson >= 2.0'], + install_requires=['simplejson >= 2.0'], More... about 15 years ago
Make EtsyV2 the default since EtsyV1 is no longer available. More... about 15 years ago
Move user-specific data into a config file that is not checked in. More... about 15 years ago