diff --git a/Not.http b/Not.http new file mode 100644 index 0000000..8dfe249 --- /dev/null +++ b/Not.http @@ -0,0 +1,14 @@ +GET /Products?discontinued=not.is.false + +?? status == 200 +?? body length == 10 +?? js response.parsedBody[0].product_name == Chai +?? js response.parsedBody[9].product_name == Perth Pasties + +### +GET /Products?and=(id.lt.50,discontinued.not.is.false) + +?? status == 200 +?? body length == 9 +?? js response.parsedBody[0].product_name == Chai +?? js response.parsedBody[8].product_name == Singaporean Hokkien Fried Mee \ No newline at end of file