Overview
We're using the shopify_app gem to integration with Shopify. Under the hood, the shopify_api gem is being used. Therefore, it would be ideal if we can also leverage the shopify_api gem to interact with other Shopify API's like the new app event API and the partner API.
Is there any appetite for adding these two API's here too? I understand they're really different API's and they require different authentication patterns, but I feel it make sense to add them here too.
For now, we've manually written two small API clients in our own projects, but having an official API client would be the best ofc.
Overview
We're using the
shopify_appgem to integration with Shopify. Under the hood, theshopify_apigem is being used. Therefore, it would be ideal if we can also leverage theshopify_apigem to interact with other Shopify API's like the new app event API and the partner API.Is there any appetite for adding these two API's here too? I understand they're really different API's and they require different authentication patterns, but I feel it make sense to add them here too.
For now, we've manually written two small API clients in our own projects, but having an official API client would be the best ofc.