You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"I used swaggerjs to build an api playground for our product - and creating curl options was heavily used. After upgrading to 3.x I notice that curl is deprecated"
Describe the solution you'd like
add the curl option back to swagger 3.x
Describe alternatives you've considered
I looked at implementing my own solution - however I couldn't find something obvious that would do what I needed. I "assume" I need to find some utility that takes a fetch structured api object and generate a string for it.
The text was updated successfully, but these errors were encountered:
Going to close this for the time being - our position is that cURL command generation is more of a documentation feature than an HTTP client feature, and thus should live in Swagger UI.
Is your feature request related to a problem?
"I used swaggerjs to build an api playground for our product - and creating curl options was heavily used. After upgrading to 3.x I notice that curl is deprecated"
Describe the solution you'd like
add the curl option back to swagger 3.x
Describe alternatives you've considered
I looked at implementing my own solution - however I couldn't find something obvious that would do what I needed. I "assume" I need to find some utility that takes a
fetch
structured api object and generate a string for it.The text was updated successfully, but these errors were encountered: