-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some improvements #16
Conversation
* Fixed failing compilation with `serde::export` * Make the "use" part nicer thanks @ibraheemdev <3 Co-authored-by: Ibraheem Ahmed <[email protected]> * Change endpoint types to String, Remove lifetime Co-authored-by: vyneer <[email protected]> Co-authored-by: vyneer <[email protected]> Co-authored-by: Ibraheem Ahmed <[email protected]>
* Add unwrap api * Remove unwrap
* Helpful error message * Use serde_json and helpful error message
Let's me check it late |
It's fixed. but now the request can not support set timeout in wasm mode. seanmonstar/reqwest#288 seanmonstar/reqwest#1135 |
Yeah, thanks man, approved will deploy a new version in a moment |
Hi, You published in crate.io (1.0.3) it seems not from master branch? |
Hey just published 1.0.4 from master https://crates.io/crates/gql_client/1.0.4 |
serde::export
#13