From 8ce1e22b4e7d535c9602d672ae428c668aa0784f Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 21 Feb 2025 13:57:51 -0800 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 06385076..294974e7 100644 --- a/README.md +++ b/README.md @@ -7,25 +7,24 @@ APIs. It's built using [Tauri](https://tauri.app), Rust, and ReactJS. ## Feature Overview -🪂 Import data from Postman, Insomnia, OpenAPI, Swagger, or Curl.
-📤 Send requests via REST, GraphQL, Server Sent Events (SSE), WebSockets, or gRPC.
-🔐 Automatically authorize requests with OAuth 2.0, JWT tokens, Basic Auth, and more.
-🔎 Filter response bodies using JSONPath or XPath queries.
-⛓️ Chain together multiple requests to dynamically reference values.
-📂 Organize requests into workspaces and nested folders.
-🧮 Use environment variables to easily switch between Prod and Dev.
-🏷️ Send dynamic values like UUIDs or timestamps using template tags.
-🎨 Choose from many of the included themes, or make your own.
-💽 Mirror workspace data to a directory for integration with Git or Dropbox.
-📜 View response history for each request.
-🔌 Create your own plugins for authentication, template tags, and more!
-🛜 Configure a proxy to access firewall-blocked APIs +- 🪂 Import data from Postman, Insomnia, OpenAPI, Swagger, or Curl.
+- 📤 Send requests via REST, GraphQL, Server Sent Events (SSE), WebSockets, or gRPC.
+- 🔐 Automatically authorize requests with OAuth 2.0, JWT tokens, Basic Auth, and more.
+- 🔎 Filter response bodies using JSONPath or XPath queries.
+- ⛓️ Chain together multiple requests to dynamically reference values.
+- 📂 Organize requests into workspaces and nested folders.
+- 🧮 Use environment variables to easily switch between Prod and Dev.
+- 🏷️ Send dynamic values like UUIDs or timestamps using template tags.
+- 🎨 Choose from many of the included themes, or make your own.
+- 💽 Mirror workspace data to a directory for integration with Git or Dropbox.
+- 📜 View response history for each request.
+- 🔌 Create your own plugins for authentication, template tags, and more!
+- 🛜 Configure a proxy to access firewall-blocked APIs ## Feedback and Bug Reports All feedback, bug reports, questions, and feature requests should be reported to -[feedback.yaak.app](https://feedback.yaak.app). Issues will be duplicated -in this repository if applicable. +[feedback.yaak.app](https://feedback.yaak.app). ## Community Projects