Global

Type Definitions

ApiOptions

Source:
See:
Properties:
Name Type Attributes Default Description
url String

Full URL of to a swagger spec

success AsyncResultCallback <optional>
callback

success callback

failure ErrorCallback <optional>
callback

error callback

basePath String <optional>
/

overrides the URL basepath

API options object

Type:
  • Object

logger

Source:
Properties:
Name Type Description
trace function
debug function
info function
error function
warn function
fatal function

logger object

Type:
  • Object

message

Source:
Properties:
Name Type Description
ns String

Namespace of the message

pl any

Payload of the message

Type:
  • Object