FINRAOS / MSL

MSL (pronounced 'Missile') stands for Mock Service Layer. Our tools enable quick local deployment of your UI code on Node and mocking of your service layer for fast, targeted testing.
http://finraos.github.io/MSL/
Apache License 2.0
32 stars 24 forks source link

Consistent function parameter names across clients #30

Closed kood1 closed 10 years ago

kood1 commented 10 years ago

Node/Browser client's setMockRespond() uses "body" whereas Java client uses "configurations". We should stay consistent and make everything "configurations". The API doc on homepage is set to "configurations".

kood1 commented 10 years ago

@bryantrobbins, I believe this is fixed by #42?