I've developed a REST API anotated with Swagger annotations. I've been able to show the api documentation on a swagger-ui application, very nice.
The problem: I'm trying to generate clients acording this specification using the url provided by swagger acording my anotations. The porblem is it seems to be imcompatible, or at least, I don't see how to do the swagger editor reads my url and from then on, generate clients. But swagger editor reports me about some errors...
It's possible to integrate my anotated swagger api with a swagger editor?
Thanks.
The question seems a bit confusing.
If you are trying to generate clients from your REST API Swagger spec, then you should take a look to Swagger-Codegen project.
Description of project: