API Reference¶
This section provides detailed API documentation for all public classes and functions in grpcvcr.
Core Components¶
- Cassette - Recording/playback container for gRPC interactions
- Channel - Recording channel wrapper for gRPC channels
- Matchers - Request matching strategies
- Record Modes - Recording behavior modes
- Errors - Exception classes
Quick Links¶
| Class | Description |
|---|---|
Cassette |
Container for recorded interactions |
RecordingChannel |
Sync recording channel |
recorded_channel |
Context manager for easy usage |
RecordMode |
Recording behavior enum |
MethodMatcher |
Match by RPC method name |
RequestMatcher |
Match by request body |