Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 338 Bytes

how-to-get-swagger-api-json.md

File metadata and controls

19 lines (12 loc) · 338 Bytes

How to get swagger API json

Example

If you have a swagger API link like this:

https://example.swagger/api

You can get the json file by adding -json to the end of the link:

https://example.swagger/api-json

References