<?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>Forem: Jjioo</title>
    <description>The latest articles on Forem by Jjioo (@jjioo).</description>
    <link>https://forem.com/jjioo</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%2F1161974%2Fe93a6b32-cc4c-4293-9317-d3cfd78536db.jpg</url>
      <title>Forem: Jjioo</title>
      <link>https://forem.com/jjioo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jjioo"/>
    <language>en</language>
    <item>
      <title>Real-Time HTML/CSS Editor</title>
      <dc:creator>Jjioo</dc:creator>
      <pubDate>Thu, 17 Oct 2024 22:29:01 +0000</pubDate>
      <link>https://forem.com/jjioo/real-time-htmlcss-editor-48cg</link>
      <guid>https://forem.com/jjioo/real-time-htmlcss-editor-48cg</guid>
      <description>&lt;p&gt;Something I made a LONG time ago and thought was worth putting here.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/timsamoff/embed/QQrPPy?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>Effortless API Testing with CLI Prompt Toolkit</title>
      <dc:creator>Jjioo</dc:creator>
      <pubDate>Thu, 29 Aug 2024 02:02:16 +0000</pubDate>
      <link>https://forem.com/jjioo/effortless-api-testing-with-cli-prompt-toolkit-526g</link>
      <guid>https://forem.com/jjioo/effortless-api-testing-with-cli-prompt-toolkit-526g</guid>
      <description>&lt;p&gt;I've developed a new tool called CLI Prompt Toolkit, which is a command-line interface designed to make HTTP requests similar to how you would with Postman.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What the Code Does&lt;/strong&gt;&lt;br&gt;
The cli_prompt_toolkit.py script provides an interactive CLI for making HTTP requests. &lt;br&gt;
Here’s what it can do:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;HTTP Method Selection:&lt;br&gt;
You can choose from various HTTP methods (GET, POST, PUT, DELETE, PATCH, OPTIONS) through an interactive prompt.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;URL Handling:&lt;br&gt;
Enter URLs with optional flags and save them for future use. The tool also supports autocompletion for previously used URLs.&lt;br&gt;
Header Input: Add custom headers to your requests by typing them directly into the prompt.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Body File Handling:&lt;br&gt;
Load and format JSON files to be used as the body of your HTTP requests.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Response Display:&lt;br&gt;
View and format the responses from your requests directly in the CLI.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbjp5ygvj38042oua9tmj.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbjp5ygvj38042oua9tmj.gif" alt="Image description" width="200" height="250"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I Created This Tool&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I wanted to create a CLI tool that simplifies the process of making HTTP requests from the command line.&lt;br&gt;
While Postman is fantastic for testing APIs with a graphical interface, I saw a need for a lightweight, text-based tool that could be used directly from the terminal.&lt;br&gt;
This project aims to offer an easy-to-use alternative for those who prefer working in the command line or need to automate their HTTP request tasks in scripts.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Jjioo/Postman-lite" rel="noopener noreferrer"&gt;Git Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Upcoming Feature: Working on adding support for cookies to enhance request handling.&lt;/p&gt;

</description>
      <category>backend</category>
      <category>postmanapi</category>
      <category>javascript</category>
      <category>nestjs</category>
    </item>
  </channel>
</rss>
