Module: Whitehouse::Client::Catalog

Included in:
Whitehouse::Client
Defined in:
lib/whitehouse/client/catalog.rb

Overview

Methods for the Request Catalog API

Instance Method Summary collapse

Instance Method Details

#request_catalogObject

List entire catalog for account



10
11
12
13
# File 'lib/whitehouse/client/catalog.rb', line 10

def request_catalog
  response = get 'Catalog'
  response.body
end