| Constructor and Description |
|---|
Options(String path)
Creates a new
ApiTool.Options object. |
| Modifier and Type | Method and Description |
|---|---|
ApiTool.Options |
disableTryIt()
Disable try button.
|
ApiTool.Options |
disableUI()
Turn off UI.
|
ApiTool.Options |
theme(String theme)
Set default theme.
|
public Options(String path)
ApiTool.Options object.path - Path to mount the export tool. Usually /swagger or /raml.public ApiTool.Options disableUI()
public ApiTool.Options disableTryIt()
public ApiTool.Options theme(String theme)
Complete list of Swagger theme are available here.
Raml comes with only two themes: light and dark.
theme - Theme name.Copyright © 2017. All rights reserved.