cronofy / cronofy-node

Node wrapper for the Cronofy API
https://docs.cronofy.com/developers
MIT License
49 stars 23 forks source link

entity body sent sent with GET resources #35

Closed JulienYo closed 6 years ago

JulienYo commented 7 years ago

rest lib is always called giving an entity, even for GET resources. E.g. for GET /v1/events the from and tzid (and all other optional parameters) are given in the body of the GET (weird, but seems to work), and fails to parse for example the include_managed param.

I open a PR for the fix to use params when GET method rest doc

stephenbinns commented 6 years ago

Fixed in #42