mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
25 lines
917 B
Markdown
25 lines
917 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](https://www.rust-lang.org), and [ReactJS](https://react.dev).
|
|
|
|

|
|
|
|
|
|
## Feedback and Bug Reports
|
|
|
|
Please [Create an Issue](https://github.com/yaakapp/app/issues/new) for bug reports and
|
|
submit all other feedback to [feedback.yaak.app](https://feedback.yaak.app).
|
|
|
|
## Contribution Policy
|
|
|
|
Yaak was initially closed-source, with no plan of ever becoming open
|
|
(see [Blog Post](https://yaak.app/blog/why-not-open-source)). However, Open source does
|
|
offer many benefits:
|
|
|
|
- Full transparency over what is happening
|
|
- Code can be audited
|
|
- Users can help identify and fix bugs
|
|
|
|
For these reasons, Yaak is now open source but only accepting contributions for bug fixes.
|