module AlisSdkRuby

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.

@service

Constants

GEM_VERSION