Skip to content

Releases: coreyjs/nhl-api-py

2.6.0

26 Apr 12:51
ed48db7
Compare
Choose a tag to compare
Adds tests for Playoffs (#51)

Adds tests and version bump.

- Renames internal module from Playoff to Playoffs.
- Adds pytest around the playoff endpoints.
- Version bump to 2.6.0

2.5.1

21 Apr 16:26
Compare
Choose a tag to compare
version bump

2.5.0: #47 shift chart endpoint simple addition (#48)

30 Mar 14:22
95a848a
Compare
Choose a tag to compare
* #47 shift chart endpoint simple addition

* Bumps version to 2.5.0

2.4.0: 43 - Updates NHLClient to use https.Client on requests. (#44)

21 Feb 21:55
1bdcc6d
Compare
Choose a tag to compare
Allows NHLClient to be configured with additional configuration options: timeout, ssl_verify, follow_redirects.  These are configurable at the instantiation point.

Updates tests to now mock httxp.Client.get instead of httpx.get.

Updates README.md with new configuration options available

2.3.2

15 Feb 23:43
Compare
Choose a tag to compare
v2.3.2

2.2.4

13 Feb 02:18
Compare
Choose a tag to compare
bump 2.2.4

2.2.1: Adds 2 'stats' endpoints. Player career stats, and something that re…

07 Feb 23:54
9998a0b
Compare
Choose a tag to compare

2.1.5

26 Nov 16:11
Compare
Choose a tag to compare
Updates package resource loading to use files() instead of soon-to-be…

…-deprecated open_text()

2.1.0

22 Nov 20:24
6f706bb
Compare
Choose a tag to compare
resolves #16.  Refactors how HTTP client is used for each endpoint wr…

…apper. (#20)

Adds various endpoints for game center.

Adds updated README with all available methods.

Adds Insomnia.rest api export to project dir.

v2.0.2

22 Nov 01:48
3b47b38
Compare
Choose a tag to compare

game center endpoints