a test repo to show that %20s are being turned into spaces when using Router#navigate
The Backbone Framework
A Node.js ORM for PostgreSQL, MySQL and SQLite3 in the style of Backbone.js
Simple HTML5 Charts using the <canvas> tag
Cubism.js: A JavaScript library for time series visualization.
issue commentetsy/open-api
[DOCS] Documentation seems to be broken.
Ah, good catch @Dmarcotrigiano! The link should actually be https://developers.etsy.com/documentation/reference (developers with an s at the end). We’ll update that redirect so it works as expected. I’ll reply here when that’s fixed, but the link I provided should work fine.
comment created time in 10 minutes
issue commentetsy/open-api
What stage is the API in? Your general release is scheduled to be within Q3 which begins in 15 days, but the API appears to be mostly access controlled. My client and I are waiting to hear back from [email protected] for about a month now, with 5 emails sent pertaining to access for the Open API v3. Please provide us with an update so that we may carry on with our responsibilities.
comment created time in 20 minutes
issue openedetsy/open-api
[DOCS] Documentation seems to be broken.
Link to Documentation Issue https://developer.etsy.com/documentation/reference
What would you like to change? Something went wrong... Error downloading https://www.etsy.com/openapi/generated/oas/3.0.0.json Failed to fetch Stack trace
ReDoc Version: 2.0.0-rc.48 Commit: 7b78e75
Why are you proposing this change? I cannot see the documentation for the API on the website.
created time in 25 minutes
delete branch etsy/open-api
delete branch : jonathanwang/INTG-966/Remove_json_file_update_readme
delete time in 2 hours
push eventetsy/open-api
commit sha 86511a005712bbb4a1ad1cc7ced7b1582760e0eb
update read me with link to generated oas file
commit sha 91c36a14c57cbd60609abd0e55225b0944910fe4
Merge pull request #112 from etsy/jonathanwang/INTG-966/Remove_json_file_update_readme update read me with link to generated oas file
push time in 2 hours
PR merged etsy/open-api
Removed the oas json file that is in the repo. Replace it with the link to the generated oas in the Readme
pr closed time in 2 hours
push eventetsy/open-api
commit sha 86511a005712bbb4a1ad1cc7ced7b1582760e0eb
update read me with link to generated oas file
push time in 2 hours
issue commentetsy/open-api
[FEATURE] Etsy Search Analytics
This is definitely something that should have been added. It's deeply frustrating that with so many sellers seeking analytics tools, we as developers can't provide a solution using just the Etsy API.
comment created time in 4 hours
pull request commentetsy/open-api
update read me with link to generated oas file
Oh interesting I need to sign all the commits. Would the best choice just be to blow up this branch and create a new one?
comment created time in 16 hours
push eventetsy/open-api
commit sha 0281f266c78a22e7735f181f511db24dc5a575cb
update read me with link to generated oas file, signing commit
commit sha 715435635d93b0a9954ef48333fc119662535118
Merge branch 'jonathanwang/INTG-966/Remove_json_file_update_readme' of github.com:etsy/open-api into jonathanwang/INTG-966/Remove_json_file_update_readme
push time in 16 hours
PR opened etsy/open-api
Removed the oas json file that is in the repo. Replace it with the link to the generated oas in the Readme
pr created time in 20 hours
create barnchetsy/open-api
branch : jonathanwang/INTG-966/Remove_json_file_update_readme
created branch time in 20 hours
created tagetsy/open-api
We are working on a new version of Etsy’s Open API and want feedback from developers like you.
created time in 21 hours
issue commentetsy/open-api
Would be great if we could add a parameter to specify a country so that the results roughly resemble what people in other countries see. For example, a parameter like country=DE that would only show results that are available to German shoppers.
comment created time in 3 days
issue closedetsy/open-api
Describe the bug The count value is limited to 50,100.
To Reproduce Run query in v2 API for a keyword like https://openapi.etsy.com/v2/listings/active?api_key=API_KEY_GOES_HERE&keywords=gift
Expected behavior A count value that is similar to what can be seen on the website. In the "gift" example, the expected count would be around 25.6M
Screenshots n/a
Additional context n/a
closed time in 3 days
benjymouseissue commentetsy/open-api
Thanks for fixing, now works as expected in v3 API.
comment created time in 3 days
issue closedetsy/open-api
[ENDPOINT] Add country to getShop response
Current Endpoint Design It would be good to know where the shop is based. eg. US, UK, DE, etc
Proposed Endpoint Design Change
Add country to the response.
Why are you proposing this change? For comparing shops that a local and abroad. Some of our customers have expressed difficulty in competing with other shops on price point. If we can help them understanding the location of other shops, we can help them with pricing their products. While this info is easy to gather from the public site, it would be great to expose in the API too (save our customers a few clicks) and gives us the ability to do a lot more for sellers.
closed time in 3 days
benjymouseissue commentetsy/open-api
[ENDPOINT] Add country to getShop response
I see shop_location_country_iso and its working nicely, thanks guys.
comment created time in 3 days
issue commentetsy/open-api
Can we possibly get some (rough) timeframes on when all v3 methods will be fully production ready and when v2 is slated to be deprecated? We need to plan development resource to handle this change so any dates you could share with us would be much appreciated.
comment created time in 4 days
issue openedetsy/open-api
Current Endpoint Design Current design does not include the item SKU nor the variations nor the personalisation added by the customer during checkout
Proposed Endpoint Design Change Please add the SKU, variations and personalisation
Why are you proposing this change? SKU/variations: required to identify the right item personalisation: To process the customer wish within our system
created time in 4 days
startedSavMartin/TexTools-Blender
started time in 4 days
issue commentetsy/open-api
[ENDPOINT] Proposed design change for getShopReceiptTransaction
This would be very useful for us too.
comment created time in 5 days
push eventetsy/open-api
commit sha 8923becb50ffde261595aefb7293660e67dd15c7
Fix links, remove endpoint access form (#109)
push time in 5 days
issue openedetsy/open-api
[ENDPOINT] Proposed design change for getShopReceiptTransaction
Current Endpoint Design
- The ShopTransaction object in the response does not contain information like "digital_file_download_status", which represents the fulfillment status of digital orders.
- The endpoint name getShopReceiptTransaction is a little confusing because the functionality is about querying ShopTransactions, nothing relevant to Receipt. Better remove "Receipt" from endpoint name.
Proposed Endpoint Design Change
- In ShopTransaction object, add "digital_file_download_status" field (or collection if there are multiple digital items) to show the file download status, i.e. "Not Downloaded", "Fully Downloaded" or "Partially Downloaded".
- Remove "Receipt" from endpoint name in the documentation.
Why are you proposing this change? The reason for proposing to add "download status" is to allow external applications to find those "paid but not downloaded" digital file orders, and send alerts/reminders to the shop owner or customer.
created time in 5 days