Does a swagger api code gen for crystal exist?

Hi,

does anyone know if there is a crystal codegen that makes a class from a swagger api definition?

I couldn’t find anything, but maybe someone started something thats in an unfinished state?

1 Like

IIRC, Swagger == OpenAPI, right? If so, then yes. :slightly_smiling_face:

2 Likes

Thanks!

Apparently swagger API was renamed to Open API in 2015 :eyes:

1 Like

I’d rather phrase it like this: The API description and the graphical presentation tool was separated. The latter is still called Swagger while the description language has become OpenAPI.

3 Likes