connexion icon indicating copy to clipboard operation
connexion copied to clipboard

Boilerplate generator contribution

Open robertoberto opened this issue 3 years ago • 4 comments

Description

I did not found Boilerplate generator on Connexion.

So I write one. You can find it here https://github.com/robertoberto/connexion_boilerplate_generator

Maybe you can use it on connexion/connexion/cli.py

robertoberto avatar Apr 25 '21 05:04 robertoberto

I think that https://github.com/swagger-api/swagger-codegen has a code generation option that generates code that does roughly the same thing.

briankinney avatar May 13 '21 21:05 briankinney

Hi @robertoberto

Looks neat. I don't think we should include it in connexion since the file structure of an API is quite opinion based, but I would be open to an "Ecosystem" section in the README / docs that links to it (and other useful connexion-related tools).

RobbeSneyders avatar Jul 05 '21 16:07 RobbeSneyders

hi thank you for your email and link

Em seg., 5 de jul. de 2021 às 13:38, Robbe Sneyders < @.***> escreveu:

Hi @robertoberto https://github.com/robertoberto

Looks neat. I don't think we should include it in connexion since the file structure of an API is quite opinion based, but I would be open to an "Ecosystem" section in the README / docs that links to it (and other useful connexion-related tools).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zalando/connexion/issues/1354#issuecomment-874230110, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADRD5IKWSYACW5LNWW6FTTTWHNXLANCNFSM43Q36RWQ .

robertoberto avatar Jul 05 '21 18:07 robertoberto

editor.swagger.io also contains a boilerplate generator for Connexion #446. We should add it to the ecosystem section as well.

RobbeSneyders avatar Jul 24 '21 06:07 RobbeSneyders