Module: Uc3DmpApiCore

Defined in:
lib/uc3-dmp-api-core.rb,
lib/uc3-dmp-api-core/version.rb,
lib/uc3-dmp-api-core/notifier.rb,
lib/uc3-dmp-api-core/paginator.rb,
lib/uc3-dmp-api-core/responder.rb,
lib/uc3-dmp-api-core/ssm_reader.rb

Overview

Entrypoitn for the uc3-dmp-api-core gem

Defined Under Namespace

Classes: Notifier, Paginator, Responder, SsmReader

Constant Summary collapse

MSG_SUCCESS =

General HTTP Response Messages


'Success'
MSG_INVALID_ARGS =

For HTTP 400 (Bad request)

'Invalid arguments.'
MSG_SERVER_ERROR =

For HTTP 500 (Server error)

'Unable to process your request at this time.'
MSG_NOT_FOUND =
'Record not found'
MSG_FORBIDDEN =
'Unauthorized'
VERSION =
'0.0.22'