module ShopifyClient::API::Shop

Public Instance Methods

shop(params = {}) click to toggle source
# File lib/shopify_client/api/shop.rb, line 8
def shop(params = {})
  response = get("shop.json", params)
  ShopifyClient::Shop.from_response(response)
end