ceres-server 0.4.0

REST API server for Ceres harvesting, embedding, and search workflows
1
2
3
4
5
6
7
8
9
//! HTTP request handlers for API endpoints.

pub mod datasets;
pub mod export;
pub mod harvest;
pub mod health;
pub mod portals;
pub mod search;
pub mod stats;