mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 16:21:13 +01:00
27 lines
993 B
Markdown
27 lines
993 B
Markdown
# Yaak API Client
|
|
|
|
Yaak is a desktop API client for organizing and executing REST, GraphQL, and gRPC
|
|
requests. It's built using [Tauri](https://tauri.app), Rust, and ReactJS.
|
|
|
|

|
|
|
|
## 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.
|
|
|
|
## Community Projects
|
|
|
|
- [`yaak2postman`](https://github.com/BiteCraft/yaak2postman) CLI for converting Yaak data
|
|
exports to Postman-compatible collections
|
|
|
|
## Contribution Policy
|
|
|
|
Yaak is open source, but only accepting contributions for bug fixes. See the
|
|
[`good first issue`](https://github.com/yaakapp/app/labels/good%20first%20issue) label for
|
|
issues that are more approachable for contribution.
|
|
|
|
To get started, visit [`DEVELOPMENT.md`](DEVELOPMENT.md) for tips on setting up your
|
|
environment.
|