Vladimír Gorej
edd1153723
feat: expose plugins and presets on SwaggerUI global symbol ( #9189 )
...
Part of this commit is also:
- complete plugins consolidation
- complete presets consolidation
- build system consolidation
Refs #9188
2023-09-05 09:56:51 +02:00
Vladimir Gorej
fb7e98a431
fix(servers): prevent UI crash when chaning Server with variables
...
Closes #7525
2021-11-04 16:27:27 +01:00
Tim Lai
92f1507408
fix(syntaxHighlighter): request and response examples for json cases ( #7199 )
...
* OAS 2 request and response examples for json cases
* OAS 3 request and response examples for json cases
* OAS2 and OAS3 tests
* jsonParse utils for syntax highlighting
2021-04-20 11:39:05 -07:00
Tim Lai
a5eb3dc0c3
fix(buildUrl): relative url is invalid URL (OAS3) or non-url (OAS2) ( #6864 )
...
* OAS3: relative url when no servers defined AND specUrl is invalid Url
* OAS2: specUrl is non-url string
2021-01-22 16:55:37 -08:00
geraldglynn
d9f5691f65
fix(OAS3): relative urls ( #5341 )
...
* Added tooling for appending OAS3 relative URLs to selected Server
Info
* Terms of service URL
* Contact URL
* License URL
* External Docs URL
Tag
* Tag External Docs URL
Operation
* Operation External Docs
** Operation Tag
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2020-08-04 13:21:19 -07:00