Swagger-codegen: [Scala] Generator for Finch

Created on 14 Jun 2016  路  16Comments  路  Source: swagger-api/swagger-codegen

Description

If anyone wants to work on a Scala server generator for Finch, please reply to let us know.

Feature Scala help wanted

Most helpful comment

@wing328 I'll work on this one for the Finch generator.

All 16 comments

@wing328 also, Finch's maintainer created https://github.com/finagle/finch-petstore, should be a matter of converting that to a generator.

@jimschubert that would be a very good starting point to starting the reverse engineering

馃憤

There are a couple of other examples here too: https://github.com/tomjadams/finch/blob/master/docs/best-practices.md#pulling-it-all-together

@wing328 I'll work on this one for the Finch generator.

It's really awesome to see how much support this ticket got!

Thanks a lot @clasnake for taking a stub on this! https://github.com/finagle/finch/issues/73 is our oldest ticket that's still open.

There's a swagger code generator in fintrospect that you can convert the implementation of... it's pretty simple TBH. One of the more interesting bits is if you want to support generation of JSON schema models for using in the Swagger UI.

https://github.com/daviddenton/fintrospect/blob/master/core/src/main/scala/io/fintrospect/renderers/swagger2dot0/Swagger2dot0Json.scala

It should be trivial to extend https://github.com/unicredit/sbt-swagger-codegen to supporto Finch. It looks like a task for @mfirry :-P

I believe @clasnake is busy with work so I'll give it a try this weekend and hopefully release a beta version.

@wing328 Yup that'd be great. Thanks very much.

Any progress on this? @wing328 If you are blocked I can probably try helping

@devshorts thanks for offering help. I'll push what I've done so far by tomorrow...

Dear all,

I've submitted https://github.com/swagger-api/swagger-codegen/pull/3905, which is still work in progress.

Please review and help fix the remaining issue/error.

Thanks.

Hi all,

Thanks for the contribution from @jimschubert. We now have the first release of the Finch generator.

Please pull the latest master to give it a try and let us know if you've any feedback.

Best regards,
William

Tweet: https://twitter.com/wing328/status/825564638393704448

Please help retweet to promote the new server generator to other developers.

Was this page helpful?
0 / 5 - 0 ratings