Kubernetes-compatible readiness probe to verify service readiness
GET
/
health
/
ready
Typescript (SDK)
Copy
import { Screenshothis } from "@screenshothis/sdk";const screenshothis = new Screenshothis();async function run() { const result = await screenshothis.health.getReady(); console.log(result);}run();
import { Screenshothis } from "@screenshothis/sdk";const screenshothis = new Screenshothis();async function run() { const result = await screenshothis.health.getReady(); console.log(result);}run();