Module response_types

Source
Expand description

Strongly-typed response definitions for all Ribbit endpoints

This module provides type-safe representations of responses from various Ribbit endpoints, automatically parsing BPSV data into structured Rust types.

Structs§

BgdlEntry
Background download configuration entry
CdnEntry
CDN configuration entry
ProductBgdlResponse
Background download configuration response
ProductCdnsResponse
CDN server information response
ProductSummary
Summary information for a single product
ProductVersionsResponse
Product versions response containing build information for all regions
SummaryResponse
Summary of all available products
VersionEntry
Single version entry for a specific region

Traits§

TypedBpsvResponse
Trait for typed responses that can be parsed from BPSV documents
TypedResponse
Trait for typed responses that can be parsed from HTTP responses