Open csansone opened 6 years ago
The solution to this should be to change the import in TrelloClient
to
from simpletrello import exceptions
along with defining more and better exceptions.
Finally, a catch-all for unknown exceptions.
Probably a utility function to strip the sensitive key and token data from the URL so it can still be passed, logged and/or displayed without compromising same.
Wanted to see how the API responds to making an unauthorized change.
Realized that current error handling is a disaster.