Fork me on GitHub
#ring-swagger
<
2018-05-04
>
sammikko17:05:50

@ikitommi any plans to add support for OpenAPI 3.0 to Ring Swagger?

ikitommi17:05:22

@sammikko yes, we just ported swagger2-support from ring-swagger to schema-tools and for ClojurScript too. Next would be to add Openapi3. There are issues for that in botj schema-tools & spec-tools. Would you like to help?

sammikko17:05:26

I could have a look yeah, what kind of issues are there? I've been thinking of doing some open source work, need to get an idea what kind of work we are talking about 🙂

ikitommi19:05:49

I have read the OpenAPI3 spec few times, should be quite streightforward to implement those, but a lot of work. Both libs have the Swagger2 as an example, schema-tools.swagger.core and spec-tools.swagger.core, I would just add new namespaces with swagger -> openapi.

ikitommi19:05:41

If you happen to visit Tampere, come at our office and we could check about that.

sammikko17:05:15

ok, ill check out the spec first