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
Thanks for asking. Kikaha has an API which design looks quite similar to JAX-RS. It is called uRouting API (micro Routing). This choice was made because the JAX-RS license (CDDL 1.1 or GPL2) isn't quite friendly for enterprise development (we already faced some issues regarding this).
Code stub generation is awesome, we were planning to put it on the road for 1.7.0 version. We have created the issue #29 late on 2014 (shame on us... heheh). At that time, Swagger seems to be the right choice for client generation but there is a lot of Code Generator today (although Swagger still the most popular choice).
Have you ever used another Code Generator. Is Swagger the best today (or good enough)?
There is a nice discussion about this topic at Hacker News that can bring you enlights you to choose which API should be the first one Kikaha will be compatible (if choose one, it doesn't mean that you can make it compatible with another one).
Although, our team have used Swagger for a few months and all we can say is it has been an awesome experience. There is a lot of useful tools that is Swagger compatible and it made our life easier.
It would be great to be able to generate at least WADL or better still Swagger 2.0, to automate client code stub generation.
Thanks
The text was updated successfully, but these errors were encountered: