Skip to main content

fetch_doctor_endpoint

Function fetch_doctor_endpoint 

Source
async fn fetch_doctor_endpoint(
    client: &Client,
    base: &str,
    name: &str,
    method: Method,
    path: &str,
    api_key: Option<&str>,
    json_body: Option<Value>,
) -> DoctorEndpoint