Added Swagger API Mock to mocking section

This commit is contained in:
Francois Zaninotto
2015-07-06 11:08:07 +02:00
parent 6e6c2a95bb
commit c001cd2c44

View File

@@ -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