Notionex.Client.Request (notionex v0.1.0)

Summary

Types

@type body() :: binary() | any()
@type method() :: :get | :post | :put | :delete
@type params() :: map() | keyword() | [{binary(), binary()}] | any()
@type t() :: %{method: method(), url: binary(), body: body(), params: params()}
@type url() :: binary() | any()