Compare commits

...

2 Commits

Author SHA1 Message Date
cc-jhr
2ac32c7971 Merge 11453f3264 into e1864bff86 2024-09-17 05:40:04 +00:00
Jannes Heinrich
11453f3264 Added api testing library hikaku 2019-03-15 13:39:04 +01:00

View File

@@ -216,6 +216,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
* [httpie](https://github.com/jkbrzt/httpie) - Command line HTTP client, far more dev-friendly than `curl`.