GREsau / okapi

OpenAPI (AKA Swagger) document generation for Rust projects
MIT License
578 stars 103 forks source link

add #[openapi(deprecated)] #123

Closed matt-phylum closed 1 year ago

matt-phylum commented 1 year ago

This PR allows operations to be marked as deprecated by using the attribute #[openapi(deprecated)].

Closes #106

ralpha commented 1 year ago

Thanks for creating a PR for this! :heart: