hinge-rs 0.1.0

Unofficial typed Hinge API client for Rust, with REST, Sendbird chat, and generated OpenAPI docs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod api;
pub mod client;
pub mod enums;
pub mod errors;
pub mod logging;
pub mod models;
pub mod prompts_manager;
pub mod settings;
pub mod storage;
pub mod ws;

pub const VERSION: &str = env!("CARGO_PKG_VERSION");

pub use api::{Client, ClientBuilder, Config, DeviceProfile, Session};
pub use ws::{SendbirdWsEvent, SendbirdWsSubscription, parse_sendbird_ws_frame};