Please enable JavaScript to view this site.

Navigation: LinkarWS Manager

Swagger Publisher

Scroll Prev Top Next More

 

Swagger is a set of rules, specifications and tools that help us document our APIs. More information at https://swagger.io/

LinkarWS generates the Swagger file for documentation and testing purposes. Depending on the Authentication mode used, certain options will be allowed.

 

None

 

ApiKey

 

OAuth2.0

 

IdentityServer4

 

General options

The options below are available for all cases:

 

Field

Type

Description

Publish Swagger

Switch

With this option enabled, the generated file will be saved in the wwwroot/swagger/docs folder, inside LinkarWS instance root. This way we will be able to access the documentation from the browser using an url with the following format:

http://localhost:12000/swagger/index.html?api_resource=<outputfilename>

Administrator EndPoints

Switch

Enable the Administration EndPoints documentation.

Output path

Optional

If Publish Swagger is disabled, here we indicate the output folder.

Output filename

Optional

Name for the generated JSON file.