Forum Discussion

amit11010205's avatar
amit11010205
New Contributor
4 years ago
Solved

swagger editor

Hi,   I am new to swagger. I just found the generate server and generate client in swagger editor. what is use of this generate server and client ?
  • frantuma's avatar
    4 years ago

    This functionality makes use of Swagger Codegen to generate client code (in various languages) capable of invoking endpoints represented by the provided Swagger/OpenAPI definition, or server stubs/scaffold to implement such endpoints in various languages and framework, or documentation, e.g. HTML.