cronofy / cronofy-node

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

No `oauth/authorize` API equivalent #71

Open rdewolff opened 3 years ago

rdewolff commented 3 years ago

Is there a way to call the oauth/authorize API within this lib? Didn't find it in the source.

When trying to create an event, I get a 403 error. Based on the doc https://docs.cronofy.com/developers/api/events/upsert-event/#status-403 I need to request auth again.

Maybe am missing something.

Thanks for your input!