tandem-server 0.4.37

HTTP server for Tandem engine APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
use axum::{
    extract::{Extension, Path, Query, State},
    http::{HeaderMap, StatusCode},
    response::sse::{Event, KeepAlive, Sse},
    Json,
};
use tandem_types::{RequestPrincipal, TenantContext};

include!("routines_automations_parts/part01.rs");
include!("routines_automations_parts/part02.rs");
include!("routines_automations_parts/part03.rs");