You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: finalize library with ETL exports and entity relationship examples
- Add entity relationships example showing data flow patterns
- Create schema export utilities for ETL pipeline generation
- Simplify README to focus on API wrapper functionality
- Generate machine-readable endpoint and ETL mapping schemas
- Remove ETL-specific ERD (moved to separate mlb-etl-datamart project)
- All tests passing (98 unit tests, 39 BDD scenarios)
-**Config**: Reference data (positions, game types, etc.)
154
+
155
+
**Parameter Intelligence**: The library automatically routes parameters to path vs query based on endpoint schemas, and accepts both integers and strings for flexible usage.
156
+
136
157
### Clean API: Intelligent Parameter Routing
137
158
138
159
The library automatically routes parameters to path or query parameters based on schema configuration:
0 commit comments