Search
Preparing search index...
The search index is not available
w2ps-api
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"config/swaggerConfig"
External module "config/swaggerConfig"
Index
Variables
env
swagger
Spec
Functions
host
Object literals
options
swagger
Definition
Variables
Const
env
env
:
string
= process.env.APP_ENV || 'development'
Const
swagger
Spec
swagger
Spec
:
object
= swaggerJSDoc(options)
Functions
Const
host
host
(
)
:
string
Returns
string
Object literals
Const
options
options
:
object
apis
apis
:
string
[]
= [path.join(__dirname, '..', 'routers/*.js')]
swagger
Definition
swagger
Definition
:
object
Type declaration
base
Path
:
string
host
:
string
components
:
object
schemas
:
object
auth
:
object
type
:
string
properties
:
object
err
Message
:
object
description
:
string
example
:
string
type
:
string
status
Code
:
object
example
:
string
type
:
string
success
:
object
type
:
string
properties
:
object
status
Code
:
object
example
:
string
type
:
string
total
Records
:
object
description
:
string
type
:
string
total
Time
:
object
description
:
string
type
:
string
info
:
object
description
:
string
title
:
string
version
:
string
Const
swagger
Definition
swagger
Definition
:
object
base
Path
base
Path
:
string
= "/"
host
host
:
string
= host()
components
components
:
object
schemas
schemas
:
object
auth
auth
:
object
type
type
:
string
= "object"
properties
properties
:
object
err
Message
err
Message
:
object
description
description
:
string
= "Authentication Failed"
example
example
:
string
= "Authentication Failed"
type
type
:
string
= "string"
status
Code
status
Code
:
object
example
example
:
string
= "FAILED"
type
type
:
string
= "string"
success
success
:
object
type
type
:
string
= "object"
properties
properties
:
object
status
Code
status
Code
:
object
example
example
:
string
= "SUCCESS"
type
type
:
string
= "string"
total
Records
total
Records
:
object
description
description
:
string
= "Total processed records"
type
type
:
string
= "number"
total
Time
total
Time
:
object
description
description
:
string
= "Total processed time"
type
type
:
string
= "number"
info
info
:
object
description
description
:
string
= "W2PS RESTful API"
title
title
:
string
= "W2PS API"
version
version
:
string
= "1.0.0"
Globals
"config/swagger
Config"
env
swagger
Spec
host
options
swagger
Definition
Generated using
TypeDoc