drdrej / rest-api-mock

simple rest api mock
MIT License
0 stars 1 forks source link

ParamMatcher f. Mock #1

Open drdrej opened 8 years ago

drdrej commented 8 years ago

Currently mock match only a path/url. To declare different cases it should match on parameters also.

Param-types:

param:// query:// body://

drdrej commented 8 years ago