Update README

This commit is contained in:
Gregory Schier
2025-06-08 08:17:11 -07:00
parent 20f7d20031
commit e0aaa33ccb
2 changed files with 12 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
# Yaak Plugin API
Yaak is a desktop API client for interacting with REST, GraphQL, Server Sent Events (SSE),
WebSocket, and gRPC APIs. It's built using Tauri, Rust, and ReactJS.
Yaak is a desktop [API client](https://yaak.app/blog/yet-another-api-client) for
interacting with REST, GraphQL, Server Sent Events (SSE), WebSocket, and gRPC APIs. It's
built using Tauri, Rust, and ReactJS.
Plugins can be created in TypeScript, which are executed alongside Yaak in a NodeJS
runtime. This package contains the TypeScript type definitions required to make building

View File

@@ -1,12 +1,20 @@
{
"name": "@yaakapp/api",
"version": "0.6.2",
"version": "0.6.4",
"keywords": [
"api-client",
"insomnia-alternative",
"bruno-alternative",
"postman-alternative"
],
"repository": {
"type": "git",
"url": "https://github.com/mountain-loop/yaak"
},
"bugs": {
"url": "https://feedback.yaak.app"
},
"homepage": "https://yaak.app",
"main": "lib/index.js",
"typings": "./lib/index.d.ts",
"files": [