interfake
interfake copied to clipboard
Match request body on POST
POST takes only url
as a parameter, it would be great if it can take request body
also, so it can give different responses for different request body
.
Expected post implementation: interfake.post({url: '/next-items', body: {}}).status(201).body({ created : true });