pub type BlockingClient = GraphRequest<Client, Body, Form>;

Implementations

Builds the request and sends it.

Requests that require a redirect are automatic so we don’t need to do anything special for these requests.

Builds the requests and sends it, converting to a GraphResponse and deserializing the body.

Trait Implementations

Returns the “default value” for a type. Read more

Converts to this type from the input type.