Guides¶
These guides provide in-depth information on using the Griddy SDK effectively.
Authentication¶
Learn how to authenticate with the NFL API:
- Browser Tokens - Automated token retrieval using Playwright
- Token Refresh - Handling token expiration and refresh
- Pro API Auth - Authentication for advanced statistics
Data Models¶
Understand the data structures returned by the API:
- Players - Player information and attributes
- Games - Game data, scores, and status
- Statistics - Player and team statistics
- Schedules - Season schedules and weeks
Streaming¶
Build real-time applications with NFL data:
- Overlay Basics - Create streaming overlays
- Real-Time Data - Live game data updates
Common Patterns¶
Best practices for working with the SDK:
- Rate Limiting - Handle API rate limits
- Caching - Cache responses for performance
- Error Handling - Handle errors gracefully
- Pagination - Work with paginated responses