Isilon / isilon_sdk

Official repository for isilon_sdk. All language bindings are available for download under the 'Releases' tab.
MIT License
50 stars 21 forks source link

Account for missing Swift account response body #62

Closed Atomicology closed 6 years ago

Atomicology commented 6 years ago

When issuing a POST request to /platform/3/protocols/swift/accounts, the response body is empty despite the API contract declaring that it will return an object with the new resource ID. Thus, this work around sets the response body expectation to be empty.