@nacx , how properly to create auth request & auth response for requestsSendResponses method? I'm always getting the error that response is not configured: ``` org.jclouds.http.HttpResponseException: command: GET https://zrh.cloudsigma.com/api/2.0/drives/ HTTP/1.1 failed with response: HTTP/1.1 500 no response configured for request; content: [ the following request is not configured: ---------------------------------------- GET https://zrh.cloudsigma.com/api/2.0/drives/ HTTP/1.1 Accept: application/json Authorization: Basic aWRlbnRpdHk6Y3JlZGVudGlhbA== ---------------------------------------- configured requests: ---------------------------------------- POST https://zrh.cloudsigma.com/v1.1/auth HTTP/1.1 Accept: application/json Content-Type: application/json Content-Length: 68 {"credentials":{"username":"[email protected]","key":"Password1234"}}---------------------------------------- GET https://zrh.cloudsigma.com/api/2.0/drives/ HTTP/1.1 Accept: application/json X-Auth-Token: 118fb907-0786-4799-88f0-9a5b7963d1ab ] ```
--- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/12#issuecomment-21406536
