iamfmjk / etsy

A friendly Ruby interface to the Etsy API
https://github.com/kytrinyx/etsy
MIT License
171 stars 113 forks source link

Is anyone working on updates for new version of API? #115

Open iyerushalmi opened 7 years ago

iyerushalmi commented 7 years ago

Etsy is pushing out a brand new version of their API in early February. Is anyone working on amending this gem so that it is compatible with the new version? I do not want to reinvent the wheel if the work is already being done. Otherwise I will begin working on adjustments ASAP

kytrinyx commented 7 years ago

@iyerushalmi There was some work done 3 years ago in the faraday branch that looks at implementing a query builder: https://github.com/kytrinyx/etsy/blob/faraday/lib/etsy/query.rb

That would make the gem much more flexible, and it might be a lot easier to handle the new API.

cHaden commented 7 years ago

Is anyone doing current work on this? Deprecated endpoints are set to be removed August 30th 2017.

kytrinyx commented 7 years ago

@cHaden I'm not sure if anyone is doing current work on this—there have been a few contributions in the past few months, but I don't know if anyone has been actively keeping up to date with new and deprecated endpoints.

If you outline the suggested work that needs to be done, and/or submit PRs I'd be happy to review, however I don't have the bandwidth to do any of the development work myself at the time.