Skip to content

Ping

This example assumes using Luma; is in scope and apiKey contains your Luma API key.

1
2
3
using var client = new LumaClient();

PingResponse response = await client.Ping.PingAsync();