Generate cURL command with swagger

We have the API documentation created by swagger here , and I asked myself how to let swagger generate an additional curl command line example for the current endpoint / method. Is this possible without breaking into the rock?

+6
source share
1 answer

just refresh your list of swagger-ui and curl commands, by default it will display

+2
source

All Articles