-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Hi,
Been using this for more then a month now, I really like it and I see more features on top of this, in the specific an improved response handling with the possibility to introduce validations of the responses in a standard way not with script.
In the specific what i would like to have is a more declarative way to do the checks that i may make the script for example:
POST https://host/my/api
Content-Type: application/json
{"data":"value"}
EXPECT STATUS 200
EXPECT RESPONSE JSON({"result":"ok"})
EXPECT HEADER Content-Type:application/json
This is a basic example, it may definitely look in a different way and have even different approach to the same solution.
I would like actually to implement this myself, or collaborate to even a better solution if you like, just coming by to see if you like this approach of you prefer let dot-http go to a different path.
Regards