smali

вторник, 19 июля 2016 г.

Simple mock server / skeleton


https://github.com/MykolaBova/mock-server-web


Why we need it?
- Quite often some API is not ready as soon as you already need it to be able to implement using it functionality.
- You want to develop faster - local mocks could be faster than calls to "real" API.

What do you need from this server?
- Full control of returned mocks.
- Additional custom logic can be implemented in controllers when needed.
- To add new points in a quick and easy way.
- Be able to edit mock files quick and easy as often as you need.
- In fact you dont need to restart servers after editing mock files. Just save your updates - thats it!

Please feel free to
* use onn your projects
* suggest points of improvement

Special thanks for inspiration, idea and support for Maurizio Moscatelli