mangadex_api::v5::ping

Module get

Source
Expand description

Builder for the ping endpoint.

https://api.mangadex.org/docs/swagger.html#/Infrastructure/get_ping

§Examples

use mangadex_api::v5::MangaDexClient;

let client = MangaDexClient::default();

let res = client
    .ping()
    .get()
    .send()
    .await?;

println!("ping: {:?}", res);

Structs§