[][src]Function dockers::docker::get_response_from_api_static

pub fn get_response_from_api_static(
    api_endpoint: &str,
    method: Method,
    query_params: Option<&str>,
    body: Option<&str>
) -> Result<Response, DockerApiError>