From c001cd2c44e4d91382b1410553b0715c04e6c5bd Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Mon, 6 Jul 2015 11:08:07 +0200 Subject: [PATCH] Added Swagger API Mock to mocking section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b6449..d3e20bf 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,8 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [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 +* [Mocky.io](http://www.mocky.io/) - free online service to create fake HTTP responses +* [Swagger API Mock](https://github.com/bulkismaslom/swagger-api-mock) - Mock RESTful API based on swagger schema ### Public REST APIs To Use In Tests