module Doshii::Client::Product

Constants

API_URL

Public Instance Methods

list_products(location_id) click to toggle source
# File lib/doshii/client/product.rb, line 6
def list_products(location_id)
  process_response(request :get, "#{API_URL}/#{location_id}")
end