Function get_blocking_get_request

Source
pub fn get_blocking_get_request<T>(
    query: &String,
    client: &impl BlockingIpApi,
) -> RequestBuilder
Expand description

Builds the blocking request for a custom response. The given struct must implement DeserializeOwned.

§Arguments

  • query - The IP address to query for.
  • client - The BlockingIpApi to use for the request.

§Returns

A blocking::RequestBuilder for the request.