Resolve "feat: raw json (string or serde_json::Value) instead of structs"
Closes #14 (closed)
This MR adds the query_raw
method which directly returns reqwest::Response
. This gives the user control over how they want to handle the response, instead of de-serializing it by default.
Edited by Maaz Ahmed