mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-25 20:15:01 +01:00
35 lines
1.7 KiB
Markdown
35 lines
1.7 KiB
Markdown
# Yaak API Client
|
|
|
|
Yaak is a desktop API client for interacting with REST, GraphQL, Server Sent Events (SSE), WebSocket, and gRPC
|
|
APIs. It's built using [Tauri](https://tauri.app), Rust, and ReactJS.
|
|
|
|

|
|
|
|
## Contribution Policy
|
|
|
|
Yaak is open source, but only accepting contributions for bug fixes. To get started,
|
|
visit [`DEVELOPMENT.md`](DEVELOPMENT.md) for tips on setting up your environment.
|
|
|
|
## Feature Overview
|
|
|
|
- 🪂 Import data from Postman, Insomnia, OpenAPI, Swagger, or Curl.<br/>
|
|
- 📤 Send requests via REST, GraphQL, Server Sent Events (SSE), WebSockets, or gRPC.<br/>
|
|
- 🔐 Automatically authorize requests with OAuth 2.0, JWT tokens, Basic Auth, and more.<br/>
|
|
- 🔎 Filter response bodies using JSONPath or XPath queries.<br/>
|
|
- ⛓️ Chain together multiple requests to dynamically reference values.<br/>
|
|
- 📂 Organize requests into workspaces and nested folders.<br/>
|
|
- 🧮 Use environment variables to easily switch between Prod and Dev.<br/>
|
|
- 🛡️ Secure arbitrary text values with end-to-end encryption<br/>
|
|
- 🏷️ Send dynamic values like UUIDs or timestamps using template tags.<br/>
|
|
- 🎨 Choose from many of the included themes, or make your own.<br/>
|
|
- 💽 Mirror workspace data to a directory for integration with Git or Dropbox.<br/>
|
|
- 📜 View response history for each request.<br/>
|
|
- 🔌 Create your own plugins for authentication, template tags, and more!<br/>
|
|
- 🛜 Configure a proxy to access firewall-blocked APIs
|
|
|
|
## Useful Resources
|
|
|
|
- [Feedback and Bug Reports](https://feedback.yaak.app)
|
|
- [Documentation](https://feedback.yaak.app/help)
|
|
- [Yaak vs Postman](https://yaak.app/blog/postman-alternative)
|