nordigen / nordigen-python

Python library for the Nordigen API.
MIT License
56 stars 18 forks source link

Add response object to HTTPError #20

Closed zippolyte closed 1 year ago

zippolyte commented 1 year ago

Related Issue

Trying to handle HTTPErrors communicating with nordigen API, the response keyword argument is missing, preventing us from properly inspecting status code.

Proposed Changes

Additional Info

Any additional information