CambridgeEducation / qualtrics_api

Qualtrics REST API Ruby Wrapper (Api version 3)
MIT License
6 stars 8 forks source link

[TODO] Fix 404 error handling #2

Closed pallymore closed 4 years ago

pallymore commented 9 years ago

It seems qualtrics use both HTML and JSON formats for 404 requests

  1. if an URL was not found, then HTML is returned
  2. if a requested resources was not found, then JSON is returned.

currently the gem only raises "NOT FOUND" without any details.