polyte-core

Crates.iopolyte-core
lib.rspolyte-core
version0.4.0
created_at2025-11-24 10:39:02.233701+00
updated_at2026-01-05 05:24:34.478132+00
descriptionCore utilities and shared types for Polyte Polymarket API clients
homepage
repositoryhttps://github.com/roushou/polyte
max_upload_size
id1947631
size46,323
Roushou (roushou)

documentation

README

polyte-core

Core utilities and shared types for Polyte Polymarket API clients.

This crate provides common functionality used by both polyte-clob and polyte-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.

Usage

This crate is typically used as a dependency by other Polyte crates and not directly by end users. If you want to interact with Polymarket APIs, use the main polyte crate instead.

Features

  • 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

Installation

[dependencies]
polyte-core = "0.1.0"

License

This project is licensed under the MIT License.

Commit count: 0

cargo fmt