Compare commits

...

2 Commits

Author SHA1 Message Date
cc-jhr
6f2cef99a9 Merge 11453f3264 into e11cf5d060 2023-04-06 11:17:27 +02:00
Jannes Heinrich
11453f3264 Added api testing library hikaku 2019-03-15 13:39:04 +01:00

View File

@@ -217,6 +217,8 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
## Testing ## Testing
* [Hikaku](https://github.com/codecentric/hikaku) - A library that tests if the implementation of a REST-API meets its specification.
### Querying ### Querying
* [httpie](https://github.com/jkbrzt/httpie) - Command line HTTP client, far more dev-friendly than `curl`. * [httpie](https://github.com/jkbrzt/httpie) - Command line HTTP client, far more dev-friendly than `curl`.