Skip to content

Commit 513a90d

Browse files
committed
update features
1 parent c9d19a8 commit 513a90d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Python SDK for the [OddsBlaze API](https://docs.oddsblaze.com/).
44

55
## Features
66

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.)
7+
- **Pydantic models** for validated, typed API responses
8+
- **Automatic timestamp conversion** - millisecond epochs become Python datetimes with timezone
9+
- **Custom exceptions** for API errors (invalid market, event not found, etc.)
10+
- **Flexible configuration** via env vars, `.env`, or `~/.oddsblaze`
1111

1212
## Quick Start
1313

0 commit comments

Comments
 (0)