Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rocket extras for utoipa #87

Merged
merged 1 commit into from
Apr 15, 2022
Merged

Rocket extras for utoipa #87

merged 1 commit into from
Apr 15, 2022

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Apr 15, 2022

Implement rocket_extras feature flag which supports using rocket attribute macros as value source to OpenAPI doc generated by utoipa.

  • Add rocket_extras feature flag
  • Add suppport to extract path, path parameters and query parameters from rocket path attribute macro
  • Add tests
  • Update docs

@juhaku juhaku force-pushed the feature-rocket-extras branch from 8cd30ea to 836d682 Compare April 15, 2022 11:30
Implement rocket_extras feature flag which supports using rocket attribute macros as value source to OpenAPI doc generated by utoipa.

* Add rocket_extras feature flag
* Add suppport to extract path, path parameters and query parameters from rocket path attribute macro
* Add tests
* Update docs
@juhaku juhaku force-pushed the feature-rocket-extras branch from 836d682 to 224fbee Compare April 15, 2022 12:26
@juhaku juhaku merged commit ff626dc into master Apr 15, 2022
@juhaku juhaku deleted the feature-rocket-extras branch April 15, 2022 12:45
@juhaku juhaku linked an issue Apr 15, 2022 that may be closed by this pull request
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate with Rocket framework
1 participant