fizzy-sdk 0.2.4

Official Fizzy API client, generated from the Smithy model in spec/
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Generated by fizzy-sdk-generator from openapi.json and behavior-model.json. DO NOT EDIT.

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

pub mod accessors;
pub mod redaction;
pub mod routes;
pub mod services;
pub mod types;

/// The Fizzy API version this SDK was generated against.
pub const API_VERSION: &str = "2026-03-01";