tandem-server 0.4.35

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

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