You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method signatures are well documented, but error handling needs update.
The method signatures with type hints are clear and helpful. However, there's a discrepancy in the error handling section.
The error handling example uses requests.exceptions.HTTPError but the client uses httpx. Update the error handling section to use the correct exception:
Method signatures are well documented, but error handling needs update.
The method signatures with type hints are clear and helpful. However, there's a discrepancy in the error handling section.
The error handling example uses
requests.exceptions.HTTPError
but the client useshttpx
. Update the error handling section to use the correct exception:Originally posted by @coderabbitai[bot] in #6 (comment)
The text was updated successfully, but these errors were encountered: