Brian Alexander
Brian Alexander
It's possible that the `:middleware` option can be removed in order to simplify things. A custom adapter could be used to throttle requests instead. Please let me know if you...
Let me know if there's anything that I can do to help. I'm currently using the code from this PR in production and it works great.
Hi @Ninigi. Thanks for your response. I can definitely relate to your difficulties with the Shopify API. It has lots of quirks and inconsistencies and they do make breaking changes...
What do you think of removing the `middleware` option? It complicates the API a bit and I've since moved towards using a custom adapter to throttle requests in my app....
You can see the logs for this workflow running in my fork here: https://github.com/balexand/shopify/commit/88ae058c52eb5d09c361f54bfe8c432d54693947/checks?check_suite_id=338213121
This is an important feature to me and I'm willing to put in some work to implement this. On April 1, 2020, [API Version 2019-04](https://help.shopify.com/en/api/versioning/release-notes/2019-04) will be dropped and that...
You probably want to use `~> 0.6 or ~> 1.0` instead. And the lock file needs to be updated. But it would be nice if this got deployed.