class Nimbu::Client
Public Instance Methods
authenticate(options={}, &block)
click to toggle source
# File lib/nimbu-api/client.rb, line 53 def authenticate(options={}, &block) Nimbu::Builder.new('Login', current_options.merge(options), &block).response end
channels(options={}, &block)
click to toggle source
# File lib/nimbu-api/client.rb, line 21 def channels(options={}, &block) Nimbu::Builder.new('Channels', current_options.merge(options), &block) end
collections(options={}, &block)
click to toggle source
# File lib/nimbu-api/client.rb, line 41 def collections(options={}, &block) Nimbu::Builder.new('Collections', current_options.merge(options), &block) end
coupons(options={}, &block)
click to toggle source
# File lib/nimbu-api/client.rb, line 49 def coupons(options={}, &block) Nimbu::Builder.new('Coupons', current_options.merge(options), &block) end
customers(options={}, &block)
click to toggle source
# File lib/nimbu-api/client.rb, line 37 def customers(options={}, &block) Nimbu::Builder.new('Customers', current_options.merge(options), &block) end
devices(options={}, &block)
click to toggle source
# File lib/nimbu-api/client.rb, line 45 def devices(options={}, &block) Nimbu::Builder.new('Devices', current_options.merge(options), &block) end
oauth(options={}, &block)
click to toggle source
# File lib/nimbu-api/client.rb, line 8 def oauth(options={}, &block) Nimbu::Builder.new('Authorizations', current_options.merge(options), &block) end
Also aliased as: authorizations
products(options={}, &block)
click to toggle source
# File lib/nimbu-api/client.rb, line 33 def products(options={}, &block) Nimbu::Builder.new('Products', current_options.merge(options), &block) end
simulator(options={}, &block)
click to toggle source
# File lib/nimbu-api/client.rb, line 29 def simulator(options={}, &block) Nimbu::Builder.new('Simulator', current_options.merge(options), &block) end
sites(options={}, &block)
click to toggle source
# File lib/nimbu-api/client.rb, line 13 def sites(options={}, &block) Nimbu::Builder.new('Sites', current_options.merge(options), &block) end
themes(options={}, &block)
click to toggle source
# File lib/nimbu-api/client.rb, line 17 def themes(options={}, &block) Nimbu::Builder.new('Themes', current_options.merge(options), &block) end
users(options={}, &block)
click to toggle source
# File lib/nimbu-api/client.rb, line 57 def users(options={}, &block) Nimbu::Builder.new('Users', current_options.merge(options), &block) end
videos(options={}, &block)
click to toggle source
# File lib/nimbu-api/client.rb, line 25 def videos(options={}, &block) Nimbu::Builder.new('Videos', current_options.merge(options), &block) end