A simple go program comparing sample response and actual response in bytes. Simply run the binary followed by config JSON path and that's it!
./compareAPIresponse test.json
Provide your JSON path accordingly.
{
"api_info": {
"url": "",
"method": "",
"headers": {},
"request_body": {},
"sample_response": {}
}
}
- Continuation
- URL Params Separation Acceptance
- Removing Hardcoded Status Code
- Better Error Handlings
This is an attempt at my ongoing golang learning phase. I am eternally grateful to @Anondo
Feel free to criticize, and suggest in the Discussions tab.
Licensed under MIT License