PR #7 solves a bug with data being serialised incorrectly due to being unable to convert between raw serde_json::Value and the x-www-form-urlencoded required by Reqwest.
Whilst the fix works the addition of extra structs and duplicate logic is somewhat inefficient. Find a way to improve this.
PR #7 solves a bug with data being serialised incorrectly due to being unable to convert between raw
serde_json::Value
and the x-www-form-urlencoded required by Reqwest.Whilst the fix works the addition of extra structs and duplicate logic is somewhat inefficient. Find a way to improve this.