This repository was archived by the owner on Oct 28, 2019. It is now read-only.

Description
The API will output the http status code but not the response that comes from the service. For example, if I contact the service with an invalid experiment id I get the following:
Error in curl(x$DownloadLocation, handle = h, open = conn) :
HTTP error 404.**
But 404 can mean many different things -- not necessarily that the endpoint is not valid. The service will return a response that I think we should output to the user to tell them what is the real issue.