MIT licensed by Aaron Taylor
Maintained by [email protected]
This version can be pinned in stack with:kawhi-0.3.0@sha256:0d517888e1d1f738b32868bca3181890646d6ef9224488f5f050f53997a4f974,1460

Module documentation for 0.3.0

Kawhi : stats.NBA.com library 🏀

Hackage Build Status

A Haskell library for working with NBA Stats data. NBA Stats contains rich data, but accessing it is difficult and tedious. Kawhi helps to automate the data retrieval, allowing users to focus on statistics.

It’s named after Kawhi Leonard.

Jump Ball

To get started:

  1. Get Haskell. If you’ve never done any computer programming, this could be challenging. Never give up!
  2. Read the guide.
  3. Check out the example.

Changes

Changelog

0.3.0

Summary

Added parse-only APIs.

API Changes

  • splitRows
  • splitRow
  • splitRowsGeneric
  • splitRowGeneric
  • StatsBytes

0.2.2

Updated to add HTTP headers required by NBA Stats.

0.2.1

Updated to support aeson-1.0.0.0.

0.2.0

Summary

Updated the top-level module name.

API Changes

NBA.Stats -> Data.NBA.Stats

0.1.0

Summary

Updates have been made to support http-client-0.5.0.

API Changes

The Utility functions have been removed as they are no longer useful.