Shawn Hind

Results 17 comments of Shawn Hind

Well I was trying to use it in a web app for pulling basic sports data through the Yahoo API. Am I using it correctly? Do I have to call...

Now it appears to be a different issue when I try using it with api_req and a query string: Below has my test code and my error message. http://pastebin.com/fviZig5z

Well I mean I'm planning on using it in a web app but I'm currently messing around with it in a desktop program.

Am I using it correctly though from what you see?

I haven't personally used this feature in the SDK but I just wanted to point out that there have been [updates in the Shopify API](https://help.shopify.com/en/api/guides/inventory-migration-guide) in the last month or...

You can also use since_id based pagination which they still say is the most efficient (moreso than cursor-based) and has been available in the API for quite a long time....

@rickcow take a look at my comment above in this thread. since_id pagination is still supported in this new API and has nothing to do with page filtering being removed....

@Coennie oh okay. Thanks, wasn't aware that this wasn't available for all endpoints, yeah in that case this would be necessary then. I only use the Page, Blog, Product, and...

@warely just bare in mind that the library will keep retrying indefinitely in a while loop until it gets a success. This can be a huge problem if you have...

@warely well our app is in laravel and we use background jobs and Laravel's queue system to process some shopify data. When an API call fails due to throttling we...