API Reference

Every function, schema and plugin kizuna exports, with its options and types.

Declaring an API

The pieces one API is built from, in the order a config usually meets them.

Security

Who may call a route, and what they are allowed to do.

Calling an API

The TypeScript client and the guards that narrow its errors.

Schemas

The Zod schemas kizuna ships for bodies every API shares.

Generators and plugins

What kizuna writes and serves from your routes.