fets
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
main.tsx
https://pomdtr--80b372f2277f11f0b46e569c3dd06744.web.val.run
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);