Public
Script
  • pomdtr avatar
    fets
    @pomdtr
    Fets Example A openapi JSON spec is available at https://pomdtr-fets.web.val.run/openapi.json . You can access a fully typed client with a single import: import { client } from "https://esm.town/v/pomdtr/fets"; const resp = await client["/greetings"].get(); const res = await resp.json(); console.log(res.message);
    HTTP (deprecated)
1
Next
January 4, 2024