pub async fn ping_get_ping(
configuration: &Configuration,
) -> Result<PingGetPingResponse, Error<PingGetPingError>>Expand description
Dummy method which replies with { \"pong\": True } Permissions: Anyone can access this, because it’s used for a cheap check if the API daemon is online.