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 have an error when i try the example in my project.
I have in my main.rs use paperclip::actix::{ // extension trait for actix_web::App and proc-macro attributes OpenApiExt, Apiv2Schema, api_v2_operation, // use this instead of actix_web::web web::{self,Json}, };
but function .wrap_api() / with_json_spec_at() / build() doesn't exist on App
If you have any suggestion
/****************************/
Ok i have find, in your book the version is 0.4 but last release is 0.5.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys,
I have an error when i try the example in my project.
I have in my main.rs
use paperclip::actix::{ // extension trait for actix_web::App and proc-macro attributes OpenApiExt, Apiv2Schema, api_v2_operation, // use this instead of actix_web::web web::{self,Json}, };
but function
.wrap_api() / with_json_spec_at() / build()
doesn't exist onApp
If you have any suggestion
/****************************/
Ok i have find, in your book the version is 0.4 but last release is 0.5.
With 0.5 version it's ok.
Beta Was this translation helpful? Give feedback.
All reactions