From 11453f3264cec106756aa4b6efc2639271d48418 Mon Sep 17 00:00:00 2001 From: Jannes Heinrich Date: Fri, 15 Mar 2019 12:37:14 +0100 Subject: [PATCH] Added api testing library hikaku --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ea7f0a..be16881 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,8 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ## Testing +* [Hikaku](https://github.com/codecentric/hikaku) - A library that tests if the implementation of a REST-API meets its specification. + ### Querying * [Hurl.it](https://www.hurl.it/) - Make HTTP requests with a simple web-based HTTP client -- like `curl` in the cloud.