Workery / renderers
Module: renderers
Table of contents
Functions
Functions
renderSwagger
▸ renderSwagger(url
, options?
): string
Parameters
Name | Type |
---|---|
url | string |
options? | Object |
options.title? | string |
options.jsUrl? | string |
options.cssUrl? | string |
options.faviconUrl? | string |
options.parameters? | Record <string , any > |
Returns
string
Defined in
renderRedoc
▸ renderRedoc(url
, options?
): string
Parameters
Name | Type |
---|---|
url | string |
options? | Object |
options.title? | string |
options.jsUrl? | string |
options.faviconUrl? | string |
Returns
string