repocho / raml-mocker

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

Request body mock and external json references in schemas support #7

Closed biggestT closed 9 years ago

repocho commented 9 years ago

Hi !! Thanks for your contribution !!

I don't know why you closed it, I will open and merge.

biggestT commented 9 years ago

Cool! I actually just wanted to make the pull request to my master first but github defaulted to yours. Wasn't sure if it was good enough yet but if you think its OK like this Im very happy if it gets merged. Hopefully I will be able to work more on the raml-mocker in the future.

repocho commented 9 years ago

Hi,

i merged but I removed the generation of body's request. I don't get this need because this plugin was done to provide mocked responses to a real system request.

If you can argue and defend the need of this functionality please do not hesitate and either open a new pull request or reopen this one.

Thanks @biggestT !