What are you guys using for testing REST apis as part of a CI pipeline? Anything out there good, and fast, that you particularly rate?
Other then that I used Python and the requests package, ugly but works great, and Newman the Postman command line utility with some JS test code.