This is the ShopifyAPI REST client implementation, it was originally part of the main ShopifyAPI library but got split out in to its own repo.
A working ver of ShopifyAPI is also required, ver > branch: next
.
def deps do
[
{:shopify_api_rest, github: "orbit-apps/elixir-shopifyapi-rest", tag: "v0.1.0"},
]
end