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? |
not sure what to do with this. TypedPath is trait. |
did not helped. |
|
@jplatte any ideas? Currently Path works because it is concrete type May be can do |
|
@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. |
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?
All reactions