Sha256: 3f4adc6982d18e513ba0ecff231c2f8234a6842babb58a415180fe033b7f1c67
Contents?: true
Size: 302 Bytes
Versions: 5
Compression:
Stored size: 302 Bytes
Contents
module Tictail module Api module Product def get_products params raise InvalidParams.new('No store id spacified') unless params[:store_id] response = get("/v1/stores/#{params[:store_id]}/products", params.except(:store_id)) response.body end end end end
Version data entries
5 entries across 5 versions & 1 rubygems