Module: SellerLedger::Client::Categories

Included in:
SellerLedger::Client
Defined in:
lib/seller_ledger/client/categories.rb

Instance Method Summary collapse

Instance Method Details

#list_categories(options = {}) ⇒ Object



6
7
8
9
10
11
12
# File 'lib/seller_ledger/client/categories.rb', line 6

def list_categories(options = {})
  paginated_request(
    "/v1/categories",
    options,
    "categories"
  )
end