marcoblume / pinnacle.API

R Wrapper for the Pinnacle API
40 stars 13 forks source link

[WIP] Add support for filtering by event ID in GetFixtures, as well as better error handling #24

Closed atheriel closed 6 years ago

atheriel commented 6 years ago

This PR adds support for narrowing event queries to the Get Fixtures endpoint by event ID, as supported by the API.

Along the way, I've tried to improve error handling and improve ergonomics for the larger function, as discussed.