kirillplatonov / shopify_graphql

Less painful way to work with Shopify Graphql API in Ruby.
MIT License
59 stars 9 forks source link

Rate limit extension? #37

Closed hrdwdmrbl closed 4 months ago

hrdwdmrbl commented 7 months ago

I searched your code but I can't find anything related to the rate limits? I can't find anything in your code related to it.

I'd like to write a wrapper that automatically throttles the client's requests.

kirillplatonov commented 4 months ago

Added description of available rate limit methods: https://github.com/kirillplatonov/shopify_graphql?tab=readme-ov-file#rate-limits

Is that what you're looking for?

hrdwdmrbl commented 4 months ago

I think that works, yes