fastai / ghapi

A delightful and complete interface to GitHub's amazing API
https://ghapi.fast.ai/
Apache License 2.0
609 stars 62 forks source link

Document leaky exceptions #164

Open fspieler opened 1 year ago

fspieler commented 1 year ago

Documentation does not appear to mention exceptions. Experimentally, this appears to raise fastcore.net HTTP exceptions, which unfortunately leaks that abstraction; ideally I think the API would raise its own GhApi exceptions.

In either case though, users should be able to read the docs to see what exceptions they should handle.