Method: Mints::Pub#get_products

Defined in:
lib/pub.rb

#get_products(options = nil) ⇒ Object

Get Products.

Get a collection of products.

Parameters



190
191
192
# File 'lib/pub.rb', line 190

def get_products(options = nil)
  return @client.raw("get", "/ecommerce/products", options)
end