Skip to content
  • Andreas Ellewsen's avatar
    Simplify response handling · 522cd1e6
    Andreas Ellewsen authored
    Instead of throwing json decoding errors when getting responses with
    error codes and text, we let the call method raise appropriate errors
    before trying to do the json decoding. Results in less code and easier
    error handling.
    522cd1e6