Module: Indix

Defined in:
lib/indix/brands.rb,
lib/indix/config.rb,
lib/indix/offers.rb,
lib/indix/prices.rb,
lib/indix/stores.rb,
lib/indix/version.rb,
lib/indix/products.rb,
lib/indix/resource.rb,
lib/indix/categories.rb

Defined Under Namespace

Modules: Config, Resource Classes: Brands, Categories, Offers, Prices, Products, Stores

Constant Summary collapse

ConfigurationError =

Thrown when app_id or app_key missing

Class.new StandardError
ArgumentError =

Thrown when the arguments passed do not confirm to pre-conditions

Class.new StandardError
LimitExceededError =

Thrown when the API has received too many requests from this client in a given amount of time

Class.new StandardError
AuthenticationError =

Thrown when app_id or app_key passed are invalid

Class.new StandardError
UnauthorizedAccessError =

Thrown when the app_id/app_key is not authorized to access a resource

Class.new StandardError
VERSION =
"1.0"