We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d19a8 commit 513a90dCopy full SHA for 513a90d
docs/index.md
@@ -4,10 +4,10 @@ Python SDK for the [OddsBlaze API](https://docs.oddsblaze.com/).
4
5
## Features
6
7
-- **Pydantic models** for all API responses
8
-- **Type hints** throughout
9
-- **Automatic error handling** with custom exceptions
10
-- **Configurable price formats** (american, decimal, fractional, etc.)
+- **Pydantic models** for validated, typed API responses
+- **Automatic timestamp conversion** - millisecond epochs become Python datetimes with timezone
+- **Custom exceptions** for API errors (invalid market, event not found, etc.)
+- **Flexible configuration** via env vars, `.env`, or `~/.oddsblaze`
11
12
## Quick Start
13
0 commit comments