<?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: kings1990</title>
    <description>The latest articles on DEV Community by kings1990 (@kings1990).</description>
    <link>https://dev.to/kings1990</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%2F669219%2Ffd00b61c-661f-43ad-abb8-249774966d67.jpeg</url>
      <title>DEV Community: kings1990</title>
      <link>https://dev.to/kings1990</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kings1990"/>
    <language>en</language>
    <item>
      <title>Restful Fast Request 2023.1.1 have been released</title>
      <dc:creator>kings1990</dc:creator>
      <pubDate>Thu, 02 Feb 2023 05:33:52 +0000</pubDate>
      <link>https://dev.to/kings1990/restful-fast-request-202311-have-been-released-em0</link>
      <guid>https://dev.to/kings1990/restful-fast-request-202311-have-been-released-em0</guid>
      <description>&lt;p&gt;&lt;a href="https://dromara.org/fast-request/en/guide/history.html#v2023-1-1" rel="noopener noreferrer"&gt;Release log&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;🚀 Supports fast config domain directly from the YML or Properties file. &lt;a href="https://dromara.gitee.io/fast-request/en/guide/features/projectLevelDomainConfig.html" rel="noopener noreferrer"&gt;detail&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdkysrrbpfp7myvzclk3r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdkysrrbpfp7myvzclk3r.png" alt="Auto config" width="800" height="503"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;🥇 Add project-level domain config&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fktzzg40aizszhvko132n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fktzzg40aizszhvko132n.png" alt="domain config" width="800" height="503"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>crypto</category>
      <category>offers</category>
    </item>
    <item>
      <title>Use Fast Request to debug api in IntelliJ IDEA</title>
      <dc:creator>kings1990</dc:creator>
      <pubDate>Sat, 09 Apr 2022 02:07:23 +0000</pubDate>
      <link>https://dev.to/kings1990/use-fast-request-to-debug-api-in-intellij-idea-bl3</link>
      <guid>https://dev.to/kings1990/use-fast-request-to-debug-api-in-intellij-idea-bl3</guid>
      <description>&lt;p&gt;&lt;a href="https://plugins.jetbrains.com/plugin/16988-restful-fast-request"&gt;Restful Fast Request&lt;/a&gt; is the IDEA version of Postman, it is a powerful restful api toolkit plugin which help you quickly generate url and params by exist method. Restful Fast Request = API debug tool + API manager tool + API search tool. It has a beautiful interface to compose requests, inspect server responses, store your api request and export api request.Plugin help you debug request just in IntelliJ IDEA frame.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Postman-like user interface&lt;/li&gt;
&lt;li&gt;Generate url and parameters in one click&lt;/li&gt;
&lt;li&gt;SearchEveryWhere support&lt;/li&gt;
&lt;li&gt;APIs export to Postman&lt;/li&gt;
&lt;li&gt;Send request to debug API&lt;/li&gt;
&lt;li&gt;Send request and download&lt;/li&gt;
&lt;li&gt;Domain customization and switching&lt;/li&gt;
&lt;li&gt;Custom parameter parse&lt;/li&gt;
&lt;li&gt;String generation strategy&lt;/li&gt;
&lt;li&gt;Save api&lt;/li&gt;
&lt;li&gt;Management API&lt;/li&gt;
&lt;li&gt;One click navigate or run history save api to method&lt;/li&gt;
&lt;li&gt;Api to curl&lt;/li&gt;
&lt;li&gt;Built-in Json parameter editor&lt;/li&gt;
&lt;li&gt;Automatically associate APIs to module groups&lt;/li&gt;
&lt;li&gt;API navigate tree&lt;/li&gt;
&lt;li&gt;Headers group&lt;/li&gt;
&lt;li&gt;Swagger Parameter parsing support&lt;/li&gt;
&lt;li&gt;Automatically generate descriptions for API fields&lt;/li&gt;
&lt;li&gt;One click to generate API documentation&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Single class API list preview&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Api request&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--m7b8N6pB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6joxgporlz6ca1fngctt.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--m7b8N6pB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6joxgporlz6ca1fngctt.gif" alt="Api request" width="880" height="464"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SearchEveryWhere&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Api management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--35--4zi9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3gvawou13b1kv91puc2y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--35--4zi9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3gvawou13b1kv91puc2y.png" alt="Api management" width="880" height="535"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Api navigate&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Api to postman&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7Me6b-iz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/letr2t42x6jqealbz6qu.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7Me6b-iz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/letr2t42x6jqealbz6qu.gif" alt="Api to postman" width="880" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Api preview&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--QYnIE3i4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yinlu28y7oyjhzs4h3sn.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QYnIE3i4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yinlu28y7oyjhzs4h3sn.gif" alt="api preview" width="880" height="467"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;More features please see &lt;a href="https://dromara.org/fast-request/en/guide/feature.html"&gt;https://dromara.org/fast-request/en/guide/feature.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>spring</category>
      <category>intellij</category>
      <category>postman</category>
    </item>
    <item>
      <title>Efficiently debug API use Fast Request in IntelliJ IDEA</title>
      <dc:creator>kings1990</dc:creator>
      <pubDate>Sat, 09 Apr 2022 01:57:37 +0000</pubDate>
      <link>https://dev.to/kings1990/efficiently-debug-api-use-fast-request-in-intellij-idea-59kd</link>
      <guid>https://dev.to/kings1990/efficiently-debug-api-use-fast-request-in-intellij-idea-59kd</guid>
      <description>&lt;p&gt;Restful Fast Request is the IDEA version of Postman, it is a powerful restful api toolkit plugin which help you quickly generate url and params by exist method. Restful Fast Request = API debug tool + API manager tool + API search tool. It has a beautiful interface to compose requests, inspect server responses, store your api request and export api request.Plugin help you debug request just in IntelliJ IDEA frame.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Postman-like user interface&lt;/li&gt;
&lt;li&gt;Generate url and parameters in one click&lt;/li&gt;
&lt;li&gt;SearchEveryWhere support&lt;/li&gt;
&lt;li&gt;APIs export to Postman&lt;/li&gt;
&lt;li&gt;Send request to debug API&lt;/li&gt;
&lt;li&gt;Send request and download&lt;/li&gt;
&lt;li&gt;Domain customization and switching&lt;/li&gt;
&lt;li&gt;Custom parameter parse&lt;/li&gt;
&lt;li&gt;String generation strategy&lt;/li&gt;
&lt;li&gt;Save api&lt;/li&gt;
&lt;li&gt;Management API&lt;/li&gt;
&lt;li&gt;One click navigate or run history save api to method&lt;/li&gt;
&lt;li&gt;Api to curl&lt;/li&gt;
&lt;li&gt;Built-in Json parameter editor&lt;/li&gt;
&lt;li&gt;Automatically associate APIs to module groups&lt;/li&gt;
&lt;li&gt;API navigate tree&lt;/li&gt;
&lt;li&gt;Headers group&lt;/li&gt;
&lt;li&gt;Swagger Parameter parsing support&lt;/li&gt;
&lt;li&gt;Automatically generate descriptions for API fields&lt;/li&gt;
&lt;li&gt;One click to generate API documentation&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Single class API list preview&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Api request&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--m7b8N6pB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6joxgporlz6ca1fngctt.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--m7b8N6pB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6joxgporlz6ca1fngctt.gif" alt="Api request" width="880" height="464"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SearchEveryWhere&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Api management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--35--4zi9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3gvawou13b1kv91puc2y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--35--4zi9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3gvawou13b1kv91puc2y.png" alt="Api management" width="880" height="535"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Api navigate&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Api to postman&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7Me6b-iz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/letr2t42x6jqealbz6qu.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7Me6b-iz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/letr2t42x6jqealbz6qu.gif" alt="Api to postman" width="880" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Api preview&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--QYnIE3i4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yinlu28y7oyjhzs4h3sn.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QYnIE3i4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yinlu28y7oyjhzs4h3sn.gif" alt="api preview" width="880" height="467"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;More features please see &lt;a href="https://dromara.org/fast-request/en/guide/feature.html"&gt;https://dromara.org/fast-request/en/guide/feature.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Efficiently debug API use Fast Request in IntelliJ IDEA</title>
      <dc:creator>kings1990</dc:creator>
      <pubDate>Fri, 08 Apr 2022 03:41:26 +0000</pubDate>
      <link>https://dev.to/kings1990/debug-api-use-fast-request-1pe4</link>
      <guid>https://dev.to/kings1990/debug-api-use-fast-request-1pe4</guid>
      <description>&lt;p&gt;&lt;a href="https://plugins.jetbrains.com/plugin/16988-restful-fast-request"&gt;Restful Fast Request&lt;/a&gt; is the IDEA version of Postman, it is a powerful restful api toolkit plugin which help you quickly generate url and params by exist method. Restful Fast Request = API debug tool + API manager tool + API search tool. It has a beautiful interface to compose requests, inspect server responses, store your api request and export api request.Plugin help you debug request just in IntelliJ IDEA frame.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Postman-like user interface&lt;/li&gt;
&lt;li&gt;Generate url and parameters in one click&lt;/li&gt;
&lt;li&gt;SearchEveryWhere support&lt;/li&gt;
&lt;li&gt;APIs export to Postman&lt;/li&gt;
&lt;li&gt;Send request to debug API&lt;/li&gt;
&lt;li&gt;Send request and download&lt;/li&gt;
&lt;li&gt;Domain customization and switching&lt;/li&gt;
&lt;li&gt;Custom parameter parse&lt;/li&gt;
&lt;li&gt;String generation strategy&lt;/li&gt;
&lt;li&gt;Save api&lt;/li&gt;
&lt;li&gt;Management API&lt;/li&gt;
&lt;li&gt;One click navigate or run history save api to method&lt;/li&gt;
&lt;li&gt;Api to curl&lt;/li&gt;
&lt;li&gt;Built-in Json parameter editor&lt;/li&gt;
&lt;li&gt;Automatically associate APIs to module groups&lt;/li&gt;
&lt;li&gt;API navigate tree&lt;/li&gt;
&lt;li&gt;Headers group&lt;/li&gt;
&lt;li&gt;Swagger Parameter parsing support&lt;/li&gt;
&lt;li&gt;Automatically generate descriptions for API fields&lt;/li&gt;
&lt;li&gt;One click to generate API documentation&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Single class API list preview&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Api request&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--m7b8N6pB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6joxgporlz6ca1fngctt.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--m7b8N6pB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6joxgporlz6ca1fngctt.gif" alt="Api request" width="880" height="464"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SearchEveryWhere&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Api management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--35--4zi9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3gvawou13b1kv91puc2y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--35--4zi9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3gvawou13b1kv91puc2y.png" alt="Api management" width="880" height="535"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Api navigate&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Api to postman&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7Me6b-iz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/letr2t42x6jqealbz6qu.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7Me6b-iz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/letr2t42x6jqealbz6qu.gif" alt="Api to postman" width="880" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Api preview&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--QYnIE3i4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yinlu28y7oyjhzs4h3sn.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QYnIE3i4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yinlu28y7oyjhzs4h3sn.gif" alt="api preview" width="880" height="467"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;More features please see &lt;a href="https://dromara.org/fast-request/en/guide/feature.html"&gt;https://dromara.org/fast-request/en/guide/feature.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>api</category>
      <category>postman</category>
      <category>idea</category>
    </item>
    <item>
      <title>Restful Fast Request 2.0.1 released</title>
      <dc:creator>kings1990</dc:creator>
      <pubDate>Fri, 27 Aug 2021 09:05:52 +0000</pubDate>
      <link>https://dev.to/kings1990/restful-fast-request-2-0-1-released-3b9</link>
      <guid>https://dev.to/kings1990/restful-fast-request-2-0-1-released-3b9</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TXifttNu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8csd4dldhz10focri2tf.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TXifttNu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8csd4dldhz10focri2tf.gif" alt="Example"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://plugins.jetbrains.com/plugin/16988-restful-fast-request"&gt;restful-fast-request&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; generate url and parameters in one click&lt;/li&gt;
&lt;li&gt; Send request to debug API(support to modify the generated parameters)&lt;/li&gt;
&lt;li&gt; domain customization and switching&lt;/li&gt;
&lt;li&gt; custom parameter parse&lt;/li&gt;
&lt;li&gt; string generation strategy&lt;/li&gt;
&lt;li&gt; save api&lt;/li&gt;
&lt;li&gt; Management API (search filter, modify API name)&lt;/li&gt;
&lt;li&gt; one click location history save api to method&lt;/li&gt;
&lt;li&gt; api to curl&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>idea</category>
      <category>restful</category>
      <category>api</category>
    </item>
    <item>
      <title>IDEA plugin Fast Request 2.0.0 released</title>
      <dc:creator>kings1990</dc:creator>
      <pubDate>Tue, 17 Aug 2021 09:04:14 +0000</pubDate>
      <link>https://dev.to/kings1990/idea-plugin-fast-request-2-0-0-released-40ba</link>
      <guid>https://dev.to/kings1990/idea-plugin-fast-request-2-0-0-released-40ba</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--BX4cHpad--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/von8hn13qiw1wdc9ygth.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--BX4cHpad--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/von8hn13qiw1wdc9ygth.gif" alt="Example"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://plugins.jetbrains.com/plugin/16988-fast-request"&gt;&lt;strong&gt;Fast Request&lt;/strong&gt;&lt;/a&gt; is a plugin based on springmvc that help you quickly generate &lt;strong&gt;url&lt;/strong&gt; and &lt;strong&gt;params&lt;/strong&gt;.It is also a http client tool.&lt;/p&gt;

&lt;p&gt;You only need to click the rocket icon on the left side of the method, the plugin will help you generate the method url and parameters and display in the tool, and then click Send Request to complete the API debugging in IDEA, and you can save the history request &lt;/p&gt;

&lt;p&gt;Compared with the HTTP Client, Fast Request not only has the built-in functions of the HTTP Client, but also provides a friendly, easy-to-understand and intuitive interface, which makes it more convenient and simple for users to debug the API. At the same time, various types of parameters also provide different customization methods to make it more flexible.&lt;/p&gt;

&lt;p&gt;updates&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;support store request&lt;/li&gt;
&lt;li&gt;support params optional&lt;/li&gt;
&lt;li&gt;optimal iu&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>idea</category>
      <category>plugin</category>
    </item>
    <item>
      <title>Fast Request v1.1.4 release, IDEA based PostMan plug-in</title>
      <dc:creator>kings1990</dc:creator>
      <pubDate>Mon, 19 Jul 2021 00:45:08 +0000</pubDate>
      <link>https://dev.to/kings1990/fast-request-v1-1-4-release-idea-based-postman-plug-in-2jb8</link>
      <guid>https://dev.to/kings1990/fast-request-v1-1-4-release-idea-based-postman-plug-in-2jb8</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--wtWJ3D5---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ilrhpr1wdwny6gowcn9l.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wtWJ3D5---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ilrhpr1wdwny6gowcn9l.gif" alt="Example"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;release detail:&lt;br&gt;
1.curl support&lt;br&gt;
2.support add params to header from&lt;br&gt;
3.support pretty and raw response&lt;br&gt;
4.support expand and collapse json params&lt;br&gt;
5.support toggle request and response panel&lt;br&gt;
6.remove domain from url&lt;br&gt;
7.optimize the interaction add/remove json params&lt;br&gt;
8.fix send request return error response parse error&lt;/p&gt;

&lt;p&gt;doc:&lt;a href="https://github.com/kings1990/fast-request-doc"&gt;https://github.com/kings1990/fast-request-doc&lt;/a&gt;&lt;br&gt;
plugin url:&lt;a href="https://plugins.jetbrains.com/plugin/16988-fast-request"&gt;https://plugins.jetbrains.com/plugin/16988-fast-request&lt;/a&gt;&lt;/p&gt;

</description>
      <category>intellij</category>
      <category>tooling</category>
      <category>api</category>
      <category>postman</category>
    </item>
  </channel>
</rss>
