class Shirtsio::Category

Public Class Methods

all(params={}) click to toggle source
# File lib/shirtsio/category.rb, line 6
def Category.all(params={})
  response, api_key = Shirtsio.request(:get, @category_url, @api_key, params)
  Util.convert_to_shirtsio_object(response, api_key)
end