Skip to content

Commit 377637a

Browse files
authored
feat: V3 upgrade foundation. (#108)
* feat: V3 upgrade foundation. -Deletes playoffs.py, moves this into schedule. -renames methods using redundant 'get_' -Adds players.py for player specific endpoints. -Adds prospects to players.py * fix: Tests fixed for proper renaming of methods. Endpoint enum integration into all API calls * fix: renames verbose to debug, for log level * fix: Utah franchise_id when calling teams() requires specific logic * update: README updated, reformatted for readability and cleaner information. Some more method refactoring to make sense * feat: Final updates to methods. * fix: README schedule.playoff_series_schedule now properly uses correct params
1 parent d0f7137 commit 377637a

26 files changed

+1202
-425
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ archive.zip
2424
*~
2525
.*.sw?
2626

27-
*/.DS_Store
27+
*/.DS_Store
28+
29+
CLAUDE.md
30+
v3.md

0 commit comments

Comments
 (0)