Closed sreeise closed 3 months ago
Added examples to the examples folder and updated the README with examples of using files and Read/AsyncReadExt.
Additionally any type that is a file, Read/AsyncReadExt, Vec
Updated in crate version 2.0.1 https://crates.io/crates/graph-rs-sdk/2.0.1
Converts readers and other byte types into
Vec<u8>
which is then passed to the reqwest::Body type.