Trace: • Session Isolation • Setting Default Values • Customize an Application Without Derivation • Use Web Application Style With Vaadin • Using XmlSecurityManager • Asynchronous Communication Using CallBack • Replacing Standard About Dialog • Application Without Authentication • REST API Filter
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
applications:swagger_filter [2019/04/05 11:55] admin |
applications:swagger_filter [2020/07/01 17:15] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 2: | Line 2: | ||
~~Title: REST API Filter~~ | ~~Title: REST API Filter~~ | ||
- | If you use [[https://swagger.io/tools/swagger-ui/|Swagger UI]] for REST API documentation, it's relevant to set the correct **host** and **basePath** in the specification file. To use the current host and path, simply use the integrated Filter. It will replace the **host** and **basePath** with current information: | + | If you use [[https://swagger.io/tools/swagger-ui/|Swagger UI]] for REST API documentation, it's relevant to set the correct **host** and **basePath** in the specification file. To use the current host and path, simply use the integrated filter. It will replace the **host** and **basePath** with current information: |
<file xml> | <file xml> | ||
Line 17: | Line 17: | ||
</file> | </file> | ||
- | The filter only supports json format. | + | The filter only supports **json** specification files. |