Structs§
- ApiCapability
Manifest - JSON manifest describing all available commands and parameters for an API context.
This is output when the
--describe-jsonflag is used. - ApiInfo
- Batch
Capability Info - Describes the batch processing capabilities available via
--batch-file. - Batch
Field Info - A single field in the batch operation schema.
- Batch
Operation Schema - Schema description for a single operation within a batch file.
- Command
Info - Dependent
Execution Info - Details about dependent execution behavior.
- Dependent
Workflow Info - Describes the dependent workflow system: capture, interpolation, and ordering.
- Endpoint
Statistics - Statistics about endpoint availability
- Execution
Mode Info - Describes the two execution modes and when each is selected.
- Pagination
Manifest Info - Pagination capability description for a single command in the manifest.
- Parameter
Info - Request
Body Info - Response
Schema Info - Response schema information for successful responses (200/201/204)
- Security
Scheme Info - Detailed, parsable security scheme description
- Variable
Type Info - Describes the two variable types in the capture system.
Enums§
- Security
Scheme Details - Detailed security scheme configuration
Functions§
- generate_
capability_ manifest - Generates a capability manifest from a cached API specification.
- generate_
capability_ manifest_ from_ openapi - Generates a capability manifest from an
OpenAPIspecification.