I am a newbie to swagger and I have been trying to develop api's using swagger-editor.
Swagger-codegen states that is an open source code-generator to build server stubs and client SDKs directly from a Swagger defined RESTful API.
When I work with swagger-editor I can see options :Generate server and Generate Client (I am running swagger-editor locally)
Does swagger-codegen have the same functionality as Generate server and Generate Client in swagger-editor or is there anything more to it ?
Thanks in advance.