English
Kubernetes-compatible readiness probe to verify service readiness
Typescript
import { Screenshothis } from "@screenshothis/sdk"; const screenshothis = new Screenshothis(); async function run() { const result = await screenshothis.health.getReady(); console.log(result); } run();
{ "status": "ready", "timestamp": "2024-01-01T00:00:00.000Z" }
Service is ready
The response is of type object.
object