DennisSnijder / BunqWeb

Web client for bunq
26 stars 2 forks source link

Proper responses upon API errors. #13

Open DennisSnijder opened 6 years ago

DennisSnijder commented 6 years ago

Context

At the moment while calling the internal API the API always returns a 200 status code. This issue is about returning proper responses and status codes so the front end knows what it is going on once the API is failing.

Acceptance criteria