Core utilities and shared types for Polyoxide Polymarket API clients.
This crate provides common functionality used by both polyoxide-clob and polyoxide-gamma:
- HTTP client configuration and building
- Shared error types
- Request building utilities
- Query parameter handling
More information about this crate can be found in the crate documentation.
This crate is typically used as a dependency by other Polyoxide crates and not directly by end users. If you want to interact with Polymarket APIs, use the main polyoxide crate instead.
- Client Building: Configurable HTTP client with timeout and connection pooling
- Error Handling: Unified error types for API operations
- Request Utilities: Builder pattern for constructing API requests
[dependencies]
polyoxide-core = "0.1.0"This project is licensed under the MIT License.