<?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: Jimmie Gonzalez</title>
    <description>The latest articles on DEV Community by Jimmie Gonzalez (@jimmiegonzalez).</description>
    <link>https://dev.to/jimmiegonzalez</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%2F891219%2F2f152c1e-47d0-4aa4-ba3a-62a4959c3c12.png</url>
      <title>DEV Community: Jimmie Gonzalez</title>
      <link>https://dev.to/jimmiegonzalez</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jimmiegonzalez"/>
    <language>en</language>
    <item>
      <title>What is Postman? and how to get started</title>
      <dc:creator>Jimmie Gonzalez</dc:creator>
      <pubDate>Tue, 09 Aug 2022 02:18:41 +0000</pubDate>
      <link>https://dev.to/jimmiegonzalez/what-is-postman-and-how-to-get-started-18f2</link>
      <guid>https://dev.to/jimmiegonzalez/what-is-postman-and-how-to-get-started-18f2</guid>
      <description>&lt;h5&gt;
  
  
  Photo by &lt;a href="https://unsplash.com/@mathyaskurmann?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Mathyas Kurmann&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/postbox?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Unsplash&lt;/a&gt;
&lt;/h5&gt;




&lt;p&gt;Imagine sending a letter to a friend. You put the letter in the mailbox - end of story, right? But how exactly does the letter get sent from you to your friend? And how does your friend's letter get sent to &lt;em&gt;you&lt;/em&gt;?&lt;/p&gt;

&lt;p&gt;If you guessed that the letter gets delivered by a mail carrier, you are correct.&lt;/p&gt;

&lt;p&gt;Similar to a mail carrier, &lt;strong&gt;Postman&lt;/strong&gt; is a popular API client that makes it easy for developers to not only share APIs, but create, test, and document APIs as well. This is done by allowing users to create and save both simple and complex HTTP requests, as well as read the responses. This results in more efficient and less tedious work for developers. &lt;/p&gt;

&lt;h1&gt;
  
  
  Getting Started
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;
To start, first download &lt;a href="https://www.postman.com/"&gt;&lt;strong&gt;Postman.&lt;/strong&gt;&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--YRYGS-jR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/onlg2f53ona7ou9m332w.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YRYGS-jR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/onlg2f53ona7ou9m332w.png" alt="Postman main page" width="880" height="435"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
You'll then be directed to the download page. Although there is a web version of &lt;strong&gt;Postman,&lt;/strong&gt; I highly recommend downloading and using the desktop app as it allows you access to all features. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--6em8yhH_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6ex5iacvzto5x2ium6b1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6em8yhH_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6ex5iacvzto5x2ium6b1.png" alt="Postman download page" width="880" height="437"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Application Overview
&lt;/h1&gt;

&lt;p&gt;Once &lt;strong&gt;Postman&lt;/strong&gt; is installed, you will see something similar to this page (depending on the version): &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--VDW7Vq0O--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/02n7jmi3zf7ofz1tlrnq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VDW7Vq0O--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/02n7jmi3zf7ofz1tlrnq.png" alt="Application overview page" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Take note of the following components labeled in the image above.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;The navigation bar at the top of &lt;strong&gt;Postman&lt;/strong&gt; allows you to switch workspaces and includes the &lt;strong&gt;New&lt;/strong&gt; button.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The sidebar allows you to filter historical requests that you've made. It also lets you create new collections for your requests.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The main section of the application will be where you see the requests that you make. The app typically starts up on the &lt;strong&gt;Launchpad&lt;/strong&gt; screen. The &lt;strong&gt;New tab&lt;/strong&gt; ➕ icon allows you to start a new request.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  Customization
&lt;/h1&gt;

&lt;p&gt;By selecting the various dividers and closing tabs, you can simplify your workflow. Click the &lt;strong&gt;New tab&lt;/strong&gt; button in the main section of the page and then follow the instructions below to create a more streamlined view.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Close the &lt;strong&gt;Launchpad&lt;/strong&gt; tab.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open a new request tab by clicking the &lt;strong&gt;New tab&lt;/strong&gt; button.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Drag the sidebar divider to the left to collapse the sidebar.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Drag the &lt;strong&gt;Response&lt;/strong&gt; section of the new request tab up to hide the &lt;strong&gt;Params&lt;/strong&gt; section.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Your page should look something like this when you're done:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4P4izDQG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x91qc8fzcsvfsfz06zsj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4P4izDQG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x91qc8fzcsvfsfz06zsj.png" alt="Customization page" width="880" height="460"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Making Your First Request
&lt;/h1&gt;

&lt;p&gt;To make a request with &lt;strong&gt;Postman&lt;/strong&gt;, type a URL like &lt;a href="https://dev.to"&gt;https://dev.to&lt;/a&gt; into the location bar that's next to the drop-down menu with the word &lt;strong&gt;GET&lt;/strong&gt; in it, as shown below. Then, click &lt;strong&gt;Send&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--YHapDQy7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yl975ycl7b3nxiqfn5dq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YHapDQy7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yl975ycl7b3nxiqfn5dq.png" alt="GET request" width="880" height="458"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The response section will change to include a number of tabs, including the &lt;strong&gt;Body&lt;/strong&gt; tab. In it, you'll see both HTML and CSS!&lt;/p&gt;

&lt;p&gt;By default, &lt;strong&gt;Postman&lt;/strong&gt; will suggest that you save your requests in case you end up using them often. You don't have to save your request in this instance. &lt;/p&gt;

&lt;p&gt;You can also click the &lt;strong&gt;Preview&lt;/strong&gt; button that is within the &lt;strong&gt;Body&lt;/strong&gt; section. Although it may not look exactly the same, you will probably recognize some elements from the &lt;strong&gt;Dev.to&lt;/strong&gt; website. &lt;/p&gt;

&lt;h1&gt;
  
  
  Conclusion
&lt;/h1&gt;

&lt;p&gt;At its most basic, &lt;strong&gt;Postman&lt;/strong&gt; is a software application that allows you to make web requests without the use of a browser. However, after exploring more of its features you will quickly notice that &lt;strong&gt;Postman&lt;/strong&gt; can do much more than make requests and inspect results. &lt;/p&gt;

</description>
      <category>beginners</category>
      <category>api</category>
      <category>postman</category>
      <category>howto</category>
    </item>
  </channel>
</rss>
