kirillplatonov / shopify_graphql

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

Support Shopify Partner API #36

Closed remy727 closed 9 months ago

remy727 commented 9 months ago

I know shopify-api-ruby gem doesn't support Shopify Partner API yet. Does shopify-api-ruby gem need to support Partner API first to support it in this gem?

kirillplatonov commented 9 months ago

Right now we depend on shopify_api gem to make actual API requests, so yes. I have only one call to Partner API in my apps so I use HTTParty.post directly without any wrappers. No plans to support Shopify Partner API in this gem at the moment.