Add API automation tools for JavaScript
Add a page on using API automation, similar to the one on browser automation.
For JVM:
- RestAssured
- other?
What are API automation tools for Ruby, JavaScript?
RubyMine van be used to test REST APIs: https://www.jetbrains.com/help/ruby/testing-restful-web-services.html
I use curb in my testing.
Ruby has a default http library called Net/http, but the common ones other people use are things like faraday, there's probably I'd say about 6 main ones.
HTTPClient RestClient Curb Faraday Net/Http HttpRB
A bigger list is here: https://www.ruby-toolbox.com/categories/http_clients
Thnx @luke-hill - do you feel up to making a PR to add them?
I'll have some free time next weekend. I'll try chip in something then.
That would be great @luke-hill!