odata v0.1.8 OData.Response

An OData API query response.

Link to this section Summary

Functions

Build a response from an HTTP response

Link to this section Types

Link to this type t()
t() :: %OData.Response{context: term(), next_link: term(), raw: term(), value: term()}

Link to this section Functions

Link to this function build(body)
build(String.t()) :: {:ok, OData.Response.t()} | {:error, any()}

Build a response from an HTTP response.