client-api
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
- Version updated - RSpec requirement removed, it can be used anywhere - **Breaking change , need to change RSpec config for implementors.
header body
{ "key": "data", "sub_key": 'type', "size": 7, "value": "CITY" }
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"...
for - invalid empty, etc.,
if we can compare 2 values in array will be nice