client-api icon indicating copy to clipboard operation
client-api copied to clipboard

HTTP REST API client for testing APIs based on the ruby’s RSpec framework that binds a complete api automation framework setup within itself

Results 27 client-api issues
Sort by recently updated
recently updated
newest added

- Version updated - RSpec requirement removed, it can be used anywhere - **Breaking change , need to change RSpec config for implementors.

{ "key": "data", "sub_key": 'type', "size": 7, "value": "CITY" }

enhancement
wip

Is it possible to use for some specific cases; { "key": "data->*->type", "operator": "==", "value": "location", "type": "string" }, instead of { "key": "data->0->type", "operator": "==", "value": "location", "type": "string"...

enhancement

if we can compare 2 values in array will be nice