Gdex v0.1.1 Gdex.Request View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Gdex.Request{body: term, headers: term, method: term, paginated: term, params: term, path: term}
Link to this section Functions
Link to this function
new(method, path, data \\ [])
View Source
new(atom, binary, Keyword.t) :: Gdex.Request.t
Link to this function
request(request, config)
View Source
request(Gdex.Request.t, Gdex.Config.t) :: {:ok, term} | {:error, term}