Stefano Probst
Stefano Probst
This is a query parameter in `poem_openapi`. Documentation: https://docs.rs/poem-openapi/latest/poem_openapi/param/struct.Query.html Example: ```rust use poem_openapi::param::Path; use poem_openapi::param::Query; use poem_openapi::payload::Json; use poem_openapi::ApiResponse; use poem_openapi::Enum; use poem_openapi::Object; use poem_openapi::OpenApi; #[OpenApi] impl ProductApi { ///...
Before i opened #12 i already tried to to implement a few test cases. They failed also for me. I did not research why this happens. Maybe some investigation is...