mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 07:41:22 +02:00
Update README
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
# Yaak Plugin API
|
# Yaak Plugin API
|
||||||
|
|
||||||
Yaak is a desktop API client for interacting with REST, GraphQL, Server Sent Events (SSE),
|
Yaak is a desktop [API client](https://yaak.app/blog/yet-another-api-client) for
|
||||||
WebSocket, and gRPC APIs. It's built using Tauri, Rust, and ReactJS.
|
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
|
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
|
runtime. This package contains the TypeScript type definitions required to make building
|
||||||
|
|||||||
@@ -1,12 +1,20 @@
|
|||||||
{
|
{
|
||||||
"name": "@yaakapp/api",
|
"name": "@yaakapp/api",
|
||||||
"version": "0.6.2",
|
"version": "0.6.4",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"api-client",
|
"api-client",
|
||||||
"insomnia-alternative",
|
"insomnia-alternative",
|
||||||
"bruno-alternative",
|
"bruno-alternative",
|
||||||
"postman-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",
|
"main": "lib/index.js",
|
||||||
"typings": "./lib/index.d.ts",
|
"typings": "./lib/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
Reference in New Issue
Block a user