Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I noticed that I was getting atoms in some of my keys, but everywhere else that I use `Jason.decode/1`, I get strings. This causes problems when trying to pattern match some query results. So I updated the config with this: ``` json_decoder: {Jason, :decode!}, json_encoder: {Jason, :encode!} ``` And I got errors: ``` [error] GenServer #PID<0.504.0> terminating ** (CaseClauseError) no case clause matching: {:ok, 200, %{"result" => [%{"stuff" => "asdfasdfasdf"}]}} (caylir) lib/caylir/graph/request.ex:50: Caylir.Graph.Request.query/3 ```
- Loading branch information