From 62dde1855a1daecc1b126d6fe995273fa801ec4a Mon Sep 17 00:00:00 2001 From: Guillaume Date: Thu, 22 Oct 2020 14:03:16 +0200 Subject: [PATCH 1/2] Add Mockoon to Mocking category --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a4fbcf7..4b5efd6 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,8 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [Swagger API Mock](https://github.com/bulkismaslom/swagger-api-mock) - Mock RESTful API based on swagger schema * [Request Baskets](https://github.com/darklynx/request-baskets) - Service to collect HTTP requests and inspect them via RESTful API or web UI. * [DuckRails](https://github.com/iridakos/duckrails) - Mock quickly & dynamically API endpoints. +* [Mockoon](https://mockoon.com) - Easily create mock APIs locally. No remote deployment, no account required, open source. + ### Public REST APIs To Use In Tests * [Deck of Cards API](http://deckofcardsapi.com) - Open API for simulating a deck of cards. From 83df2a86dfc797d015a64eafa1eac23103b12d13 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Thu, 22 Oct 2020 14:04:04 +0200 Subject: [PATCH 2/2] Remove blank line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4b5efd6..5f4028b 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,6 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [DuckRails](https://github.com/iridakos/duckrails) - Mock quickly & dynamically API endpoints. * [Mockoon](https://mockoon.com) - Easily create mock APIs locally. No remote deployment, no account required, open source. - ### Public REST APIs To Use In Tests * [Deck of Cards API](http://deckofcardsapi.com) - Open API for simulating a deck of cards. * [ProgrammableWeb](http://www.programmableweb.com/apis/directory) - The world's largest API repository.