odata v0.1.7 OData.Request

Build requests for OData APIs.

Link to this section Summary

Functions

Adds HTTP headers to the request

Builds a request from a query and URL

Link to this section Types

Link to this type t()
t() :: %OData.Request{headers: term, query: term, url: term}

Link to this section Functions

Link to this function add_header(request, arg)

Adds HTTP headers to the request.

Builds a request from a query and URL.