dbt-labs / tap-ringcentral

Singer.io tap for RingCentral
Apache License 2.0
5 stars 13 forks source link

Raise api exception if authentication is not successful #5

Closed volodymyr-mykhailyk closed 4 years ago

volodymyr-mykhailyk commented 4 years ago

Use APIException to notify about authentication errors. This will pring response text and will allow to debug authentication errors. Helps to debug issues like #4

drewbanin commented 4 years ago

looks great - thanks @volodymyr-mykhailyk.