openapi icon indicating copy to clipboard operation
openapi copied to clipboard

FYI: Support for Rocket

Open bluejekyll opened this issue 7 years ago • 2 comments

This isn't an issue per se, but I thought I'd share some mild progress on getting Swagger/OpenAPI output from Rocket: https://users.rust-lang.org/t/anyone-working-on-swagger-openapi-support-in-rocket/11231

This is just an initial POC, but I'm thinking of starting a rocket-openapi repo to continue this. Thanks for this crate!

bluejekyll avatar Jun 08 '17 19:06 bluejekyll

Neat!

softprops avatar Jun 08 '17 22:06 softprops

Ok, I started a crate for this: https://github.com/bluejekyll/rocket-openapi

It's relying on some private stuff in Rocket right now, so I can't publish to crates.io yet: https://github.com/SergioBenitez/Rocket/pull/326

bluejekyll avatar Jun 22 '17 20:06 bluejekyll