<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shiv</title>
    <description>The latest articles on DEV Community by Shiv (@shivkanthb).</description>
    <link>https://dev.to/shivkanthb</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F56555%2Fc4d9c960-9e4c-4cc8-99fb-a71c018c755c.jpg</url>
      <title>DEV Community: Shiv</title>
      <link>https://dev.to/shivkanthb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shivkanthb"/>
    <language>en</language>
    <item>
      <title>Supercharge API interactions with curlx!</title>
      <dc:creator>Shiv</dc:creator>
      <pubDate>Tue, 09 Jul 2019 22:09:13 +0000</pubDate>
      <link>https://dev.to/shivkanthb/supercharge-api-interactions-with-curlx-kfk</link>
      <guid>https://dev.to/shivkanthb/supercharge-api-interactions-with-curlx-kfk</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WFpcrIqf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/po95xupaqswult4ujqyy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WFpcrIqf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/po95xupaqswult4ujqyy.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've really like the features GUI http clients (eg - Postman) offer such as history, collections, ability to share requests etc but I personally prefer using standard cURL for speed and ease of use.&lt;/p&gt;

&lt;p&gt;I built &lt;a href="https://curlx.dev"&gt;curlx&lt;/a&gt; to bring the best of both worlds. In addition you also get a rich formatted output along with response headers. &lt;/p&gt;

&lt;p&gt;Under the hood, its just a curl command, so if you are already know how to use curl, replace &lt;code&gt;curl&lt;/code&gt; with &lt;code&gt;cx&lt;/code&gt; or &lt;code&gt;curlx&lt;/code&gt; and that's it. &lt;/p&gt;

&lt;h3&gt;
  
  
  Notable features:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;History:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yKBBboaP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/z7s6k0h4ac10qwg7x421.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yKBBboaP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/z7s6k0h4ac10qwg7x421.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Every request you make is logged with a unique id for quickly executing it in future. Run requests faster without having to type in the entire request again.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Collections:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yoqwwr0k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://curlx.dev/Collection.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yoqwwr0k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://curlx.dev/Collection.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Just like in Postman, organize your requests into groups/collections helping you to discover or re-run frequent requests faster.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sharing:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Share your requests and collections with your teammates easily. The cxdb folder on the root directory contains the history and collection json files (export ready).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eymr3quB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7wz8obp082j03xr160tv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eymr3quB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7wz8obp082j03xr160tv.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's open source so feel free to check it out, report bugs, add features etc. Would love to get your feedback!&lt;br&gt;
Github - &lt;a href="https://github.com/shivkanthb/curlx"&gt;https://github.com/shivkanthb/curlx&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Connect with my on Twitter &lt;a href="https://twitter.com/shivkanthb"&gt;@shivkanthb&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>node</category>
      <category>cli</category>
    </item>
  </channel>
</rss>
