Expand description
Build-generated OpenAPI metadata.
This module is generated from API/openapi.yaml at compile time. It gives the
Rust crate a direct dependency on the same API contract file used by the other
SDKs, while leaving room to expand into generated request/response clients.
Structs§
- Open
ApiOperation - A single
method/pathoperation parsed from the OpenAPI spec’spaths:section.
Constants§
- DEFAULT_
SERVER_ URL - The API server base URL declared in
API/openapi.yaml’sservers:section, or the production DriveThruRPG API URL if the spec has noservers:entry. - OPENAPI_
SPEC_ BYTES - The byte length of
API/openapi.yamlat build time. - OPERATIONS
- Every
method/pathoperation declared underAPI/openapi.yaml’spaths:section.