You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made the methods in the generated traits and impls async as async traits aren't stable yet I included async_trait.
I also fixed the versions in the Cargo.yaml and added a fallback package name. There was a missing 'mut' in the generated code of the methods in the impls (auth_query).
Because mustache doesn't really allow logic (i.e. comparison etc.) the string-crate thing isn't solved yet.
Regards
The text was updated successfully, but these errors were encountered:
Happy to hear my work was helpful. If it working for your purposes, maybe it's time to send it to main swagger repo? Still didn't it because it was tested with only one API
I'll create a PR against your repo. Can we collaborate in this repo? There's still that crate::models::String bug to fix. I'm sure it can land somewhere after in a PR against the main codegen repo..
Hey
just wanted to let you know that I've been working on improving upon your work (https://github.com/19h/rust-swagger-codegen_v3) and I really appreciate your efforts on this.
I made the methods in the generated traits and impls async as async traits aren't stable yet I included async_trait.
I also fixed the versions in the Cargo.yaml and added a fallback package name. There was a missing 'mut' in the generated code of the methods in the impls (auth_query).
Because mustache doesn't really allow logic (i.e. comparison etc.) the string-crate thing isn't solved yet.
Regards
The text was updated successfully, but these errors were encountered: