Hey there!
I’m building a web app with Shopify CLI Ruby/React. Got 2 queries:
-
How do I get the current session shop object in Rails?
-
How do you test the backend APIs that you write? I usually test it on postman, but with CLI, seems like it doesn’t work out of the box
Thanks!