fiberplane
Public vals
2
fiberplane
honoFiberplaneStarter
HTTP
Example Hono app that integrates a Hono api with a Fiberplane API explorer. createOpenAPISpec utility creates a lightweight OpenAPI spec that lists all routes in the application createFiberplane mounts a UI at the root route ( / ), which can be used to explore the api's routes Coming Soon Traces! Traces! Traces! Host and connect to an OpenTelemetry trace exporter on ValTown. Wrapping your app with export default instrument(app).fetch can enable tracing for all API routes The tracing library will rely on the environment variable FIBERPLANE_OTEL_ENDPOINT
to be set to an OpenTelemetry trace collector.
(See: https://www.val.town/v/fiberplane/OpenTelemetryCollector)
3