Alexandre Teyar

Results 115 comments of Alexandre Teyar

@floyd-fuh could you please pull the latest version and try again to check if #81 and [4d53ce7](https://github.com/aress31/swurg/commit/4d53ce7877c3fbd815f28738cff6e6df74476eab) fixed the issue?

That is a good idea, added to to do list. If you fancy implementing it, go ahead. :)

@eoftedal, thanks for the feedback. This behavior is expected, as you can see in the JSON swagger file at http://petstore.swagger.io/v2/swagger.json the `pet` endpoint produces and consumes data of type `application/json`,...

@eoftedal that is a fair request, I will add it to the to do list. Thanks, Alex

@eoftedal I rewrote `swurg` from scratch - the version 2.0 is out. In this version, I use the official `Swagger Parser` Java library rather than my own implementation. I also...

Just updated the project, could you please try again and let me know if you are still observing this behaviour?

@web-padawan that does not answer my issue with the styling of the link for the current active view. - Links for non-active views look like: ![image](https://user-images.githubusercontent.com/11601622/93603329-c35bdf00-f9bb-11ea-9df1-a5d9591919c6.png) - Links for the...

@haijian-vaadin I think that would do the job, would you by any chance have a minimal example - maybe worth adding to the doc - on how to do it?

Thanks for the example @abdonrd however I can see an issue, when clicking on a new link it works fine and update the style but when browsing via the `URL`...