Expand description
§fabryk-api
HTTP API server for Fabryk knowledge fabric.
This crate provides the HTTP API server:
- RESTful API endpoints for knowledge operations
- Authentication and authorization middleware
- Request validation and error handling
- OpenAPI/Swagger documentation
- Rate limiting and monitoring
Re-exports§
Modules§
- error
- Error types for fabryk-api
- middleware
- API middleware
- routes
- API route handlers
- server
- API server implementation