babelforce-manager-sdk 0.42.2

Rust SDK for the babelforce manager APIs — auth, user & agent management, call reporting, metrics, and task automations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Generated low-level clients (one module per OpenAPI spec) — DO NOT EDIT.
// Produced by `task gen:rust`. The public surface is the hand-written facade in src/.
#![allow(
    clippy::all,
    dead_code,
    unused_imports,
    unused_qualifications,
    unused_mut,
    rustdoc::all
)]
pub mod auth;
pub mod manager;
pub mod task_automation;
pub mod task_schedule;
pub mod user;