Crate fabryk_api

Crate fabryk_api 

Source
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§

pub use error::Error;
pub use error::Result;
pub use server::Server;

Modules§

error
Error types for fabryk-api
middleware
API middleware
routes
API route handlers
server
API server implementation