Json RPC Helpers
{ url : String
, method : String
, params : List Json.Encode.Value
, decoder : Json.Decode.Decoder a
}
toTask : RpcRequest a -> Task Http.Error a
encode : Basics.Int -> String -> List Json.Encode.Value -> Json.Encode.Value
toHttpBody : Basics.Int -> String -> List Json.Encode.Value -> Http.Body