Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 289 Bytes

product_api.md

File metadata and controls

19 lines (14 loc) · 289 Bytes

ProductAPI

search

args = {
  genre_id: 202513,
  limit: 10,
}

response = RmsApiRuby::Product.search(args)
# => #<Hashie::Mash>

response.keys
# => ["status", "product_search_result"]

response.product_search_result
# => #<Hashie::Mash pagination=#<Hashie::Mash ...>>