Great job to the team! Hurl is growing rapidly! One question if someone knows: while testing an endpoint, authentication is always needed. Having written the authentication in 1 file, how can I import this file at the beginning of every other file that requires authentication and the associated token?
Hurl 4.0.0
21–30 of 104 posts
Re: Hurl 4.0.0
#22Please make this the industry standard for testing APIs. I'm tired of having to look at Postman screenshots sent from QA. I'm tired of having to wait for them to press Send once I've implemented a fix. I know they're tired of waiting for me to do that, too. Hurl is something both the devs and QA can speak and write. It can be automated and a part of CI. It makes communicating expectations straightforward. It can be c…
Re: Hurl 4.0.0
#23> Hurl is a command line tool powered by curl, that runs HTTP requests defined in a simple plain text format: This is how every new version announcement should start! I'd never heard of Hurl before and that intro + code sample on top instantly made me want to install and try it out. Congrats on what seems like a great release
Re: Hurl 4.0.0
#24> Hurl is a command line tool powered by curl, that runs HTTP requests defined in a simple plain text format: This is how every new version announcement should start! I'd never heard of Hurl before and that intro + code sample on top instantly made me want to install and try it out. Congrats on what seems like a great release
Re: Hurl 4.0.0
#25If I understand it correctly, you're supposed to save that example as a file and run 'hurl example.hurl'. It would make it easier to understand if that sample code box had a headline saying e.g. [example.hurl].
Re: Hurl 4.0.0
#26I did find [this][1] tree-sitter parser, so that's a start, but it seems like writing these would be a lot easier to write these if the interface was a library in a general purpose language or a subset of json.
Re: Hurl 4.0.0
#27Re: Hurl 4.0.0
#28- It accepts input on stdin
- It sends output to stdout
- Does not appear to be littered with unicode emoji everywhere
- It comes with man pages (and pretty good ones too!)
- The hurl file extension is four characters long instead of three, thank goodness we're finally past MS-DOS compatibility concerns!
This looks like something I might take seriously.
Re: Hurl 4.0.0
#29Please make this the industry standard for testing APIs. I'm tired of having to look at Postman screenshots sent from QA. I'm tired of having to wait for them to press Send once I've implemented a fix. I know they're tired of waiting for me to do that, too. Hurl is something both the devs and QA can speak and write. It can be automated and a part of CI. It makes communicating expectations straightforward. It can be c…
For a team using VSCode you can try the vscode-restclient[1] But really Hurl looks really interesting, being editor agnostic is the best solution for your problem, I agree. [1] https://github.com/Huachao/vscode-restclient