dmitrisweb / raml-mocker-server

Node module to run server mocking API described in RAML files
MIT License
17 stars 9 forks source link

Add ability to show different responses if available #5

Open dmitrisweb opened 8 years ago

dmitrisweb commented 8 years ago

At the moment for any request there is only one response possible which is 200. In case of testing different responses need to pass extra parameter (or header) in the request to be able to get custom response.

alleypa commented 8 years ago

@dmitrisweb Hope you Ok. How do you intend to approach and solving this enhancement. Please let me know your ideas. Hopefully it can be tackled.

Olu