repocho / raml-mocker

Node module to create random responses to requests based on RAML rest definition.
MIT License
93 stars 33 forks source link

Feature/support base uri parameters #22

Closed diversit closed 8 years ago

diversit commented 8 years ago

Added support for baseUriParameters.

Case: we're using raml-mocker-server to mock our api, but since we added 'baseUriParameters' the mocker server did not work anymore. With this fix, it works again. Would appreciate if this gets merged into raml-mocker.

repocho commented 8 years ago

Thanks @diversit for your contribution !! I will release a new version soon.