locking to rest-client less than 1.8
this commit:
https://github.com/rest-client/rest-client/commit/c215b22bdbcb988dcc40117ff45432b0db25175b
broke compatability with rest-client by changing the number of argumets to Response.create(). Since this was a method signature change its somewhat hacky to support both versions.
View differences
locking to rest-client less than 1.8
this commit:
https://github.com/rest-client/rest-client/commit/c215b22bdbcb988dcc40117ff45432b0db25175b
broke compatability with rest-client by changing the number of argumets to Response.create().
Since this was a method signature change its somewhat hacky to support both versions.