Resolve "feat: raw json (string or serde_json::Value) instead of structs"
Compare changes
Files
5+ 25
− 5
@@ -12,7 +12,7 @@ use std::fmt::Display;
@@ -86,8 +86,28 @@ impl QueryManager {
@@ -146,8 +166,8 @@ impl QueryManager {
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.