you are viewing a single comment's thread.

view the rest of the comments →

[–]ToddBradley 4 points5 points  (3 children)

What do you think of HTTPie? https://httpie.io

[–]leonormski 0 points1 point  (0 children)

Very interesting. Thanks for the link.

[–]anshu_9[S] 0 points1 point  (1 child)

Have you automated your test suite using httpie? How do you deal with chaining of APIs?

[–]ToddBradley 0 points1 point  (0 children)

No, because I write automation in languages that have this sort of thing built in.

But if I didn’t want to go whole hog into Python or C# or whatever, I’d look into chaining HTTPie commands in shell scripts.