pdt 0.3.5

Asset store API with relation graphs, tagging, full-text search, multi-instance SQLite tenancy, OIDC auth and Cedar authorization
1
2
3
4
5
6
7
8
9
10
//! HTTP handlers for API endpoints

pub mod assets;
pub mod audit;
pub mod cedar;
pub mod collections;
pub mod health;
pub mod instances;
pub mod relations;
pub mod search;