Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
variable listServices
import { listServices } from "https://deno.land/x/mackerel_client_deno@v0.2.0/service.ts";

type

(urlFor: (path: string) => URL, req: (req: Request) => Promise<Response>) => Promise<Service[]>