any use from integrate with axum extra typed path? #212
Replies: 5 comments 9 replies
-
|
It's not a bad idea. If aide was to wrap the Maybe we should have an extra Are you interested in working on this? If yes, do you need any guidance? |
Beta Was this translation helpful? Give feedback.
-
not sure what to do with this. TypedPath is trait. |
Beta Was this translation helpful? Give feedback.
-
did not helped. |
Beta Was this translation helpful? Give feedback.
-
|
@jplatte any ideas? Currently Path works because it is concrete type May be can do |
Beta Was this translation helpful? Give feedback.
-
|
@jplatte need to pick #[aide::axum::routing::TypedPath]
#[typed_path("foo/bar")]macro which just addes axum extra and imps OperationInput with proper OR #[axum_extra::routing::TypedPath]
#[typed_path("foo/bar")]
#[derive(aide_macros::OperationIo)]
#[aide(input_with = "aide::axum::extract::TypedPath<Self>")]OR #[derive(aide_macros::OperationIo)]
#[aide(typed_path = "foo/bar")]? Would be awesome to have some decision today, as I am on tight schedule. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i wonder, if can reduce any boilerplate by some integration with axum extra typed path?
Beta Was this translation helpful? Give feedback.
All reactions