From e1e43ff511f3d0204ab8b28279bac09487945afb Mon Sep 17 00:00:00 2001 From: Julien Lafont Date: Sat, 16 May 2015 11:16:34 +0200 Subject: [PATCH] Add mocky.io to "mocking" Mocky is a free online service to create mock HTTP responses --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8d38cf..25fc9c8 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ A collaborative list of great resources about RESTful API architecture, developm * [FakeRest](https://github.com/marmelab/FakeRest) - patch XMLHttpRequest to fake a REST API client-side * [json-server](https://github.com/typicode/json-server) - serve a REST API from fixture files using quick prototyping +* [Mocky.io](http://www.mocky.io/) - free online service to create fake HTTP responses ### Public REST APIs To Use In Tests