Module: AlisSdkRuby

Defined in:
lib/alis-sdk-ruby.rb

Overview

This module provides support for stagingapi. This module is available in the ‘alis-sdk-ruby` gem.

# Client

The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.

See Client for more information.

# Errors

Errors returned from stagingapi all extend Errors::ServiceError.

begin
  # do stuff
rescue AlisSdkRuby::Errors::ServiceError
  # rescues all service API errors
end

See Errors for more information.

Constant Summary collapse

GEM_VERSION =
'0.13.0'