Added api testing library hikaku

This commit is contained in:
Jannes Heinrich
2019-03-15 12:37:14 +01:00
parent c9a325050d
commit 11453f3264

View File

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