Open iyerushalmi opened 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.
Is anyone doing current work on this? Deprecated endpoints are set to be removed August 30th 2017.
@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.
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