Skip to content

Commit

Permalink
Update 2024-05-13-gratification.html
Browse files Browse the repository at this point in the history
Add comment to Thomas' about curl
  • Loading branch information
Jiehong authored May 16, 2024
1 parent 2f3dedc commit f9a2e0f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _posts/2024-05-13-gratification.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,21 @@ <h2 id="comments-header">
</div>
<div class="comment-date">2024-05-14 02:38 UTC</div>
</div>
<div class="comment" id="9efea1cadb8c4e388bfba1a2064dd59b">
<div class="comment-author"><a href="https://majiehong.com/">Jiehong</a> <a href="#9efea1cadb8c4e388bfba1a2064dd59b">#</a></div>
<div class="comment-content">
<p>
@Thomas Levesque: I agree with you, yet VSCode or Rider's extensions lock you into an editor quite quickly.
</p>
<p>
But you can have the best of both worlds: a cli tool first, with editor extensions.
Just like <a href="https://github.com/Orange-OpenSource/hurl">Hurl</a>.
</p>
<p>
Note that you can run a <a href="https://everything.curl.dev/cmdline/configfile.html#urls">curl command from a file with</a> <code>curl --config [curl_request.file]</code>,
it makes chaining requests (like with login and secrets) rather cumbersome very quickly.
</p>
</div>
<div class="comment-date">2024-05-14 02:38 UTC</div>
</div>
</div>

0 comments on commit f9a2e0f

Please sign in to comment.