api_openai_compatible 0.4.1

Shared OpenAI wire-protocol HTTP layer for OpenAI-compatible APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
# api_openai_compatible — tests

| File | Responsibility |
|------|----------------|
| `environment_test.rs` | Test environment trait construction and builder methods |
| `wire_test.rs` | Test wire type serde round-trips and JSON shape contracts |
| `sync_client_test.rs` | Test synchronous client construction and blocking semantics |
| `error_test.rs` | Test error Display formatting and From conversions |
| `client_test.rs` | Integration tests for Client GET and POST HTTP paths |
| `docs/` | Test spec documents for all doc entity surfaces |