SDK Reference¶
Complete API documentation for the Griddy SDKs.
Available SDKs¶
Python SDK¶
Full Python API documentation with all classes, methods, and parameters.
Version: 0.7.4 Python: 3.14+
TypeScript SDK¶
Complete TypeScript API documentation with interfaces and types.
Version: 1.0.0 Node.js: 18+
Quick Links¶
Main Classes¶
| Class | Python | TypeScript |
|---|---|---|
| Main SDK | GriddyNFL |
GriddyNFL |
| Games | nfl.games |
nfl.games |
| Stats | nfl.stats.* |
Planned |
| NGS | nfl.ngs.* |
Planned |
Common Types¶
| Type | Python | TypeScript |
|---|---|---|
| Season Type | "PRE", "REG", "POST" |
SeasonTypeEnum |
| Auth | dict with accessToken |
NFLAuth interface |