hey-sdk 0.31.0

Rust client for the HEY API, generated from a Smithy model of the API
Documentation
1
2
3
4
5
6
7
8
9
10
// Generated by hey-sdk-generator from openapi.json and behavior-model.json. DO NOT EDIT.

#![allow(missing_docs, unreachable_pub, clippy::all, clippy::pedantic)]

pub mod routes;
pub mod services;
pub mod types;

/// The HEY API version this SDK was generated against.
pub const API_VERSION: &str = "2026-08-21";