-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
34 lines (34 loc) · 1.61 KB
/
Copy pathindex.json
File metadata and controls
34 lines (34 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"plugins": [
{
"id": "insomnia",
"name": "Insomnia Collections",
"version": "0.1.0",
"author": "Rustrest",
"description": "Import/export Insomnia v4 (JSON) and v5.1 (YAML) collections.",
"download_url": "https://github.com/Rustrest/plugins/releases/download/rustrest-plugin/insomnia-0.1.0.zip",
"sha256": "48e4e0dbbd36824202acce2d90ea27a6d148ff9dd49a36e6d14af012d8419dec",
"homepage": "https://github.com/SojebSikder/rustrest/tree/main/crates/rustrest-plugin-insomnia"
},
{
"id": "openapi",
"name": "OpenAPI / Swagger",
"version": "0.1.0",
"author": "Rustrest",
"description": "Import/export OpenAPI 3.0/3.1 and Swagger 2.0 (JSON or YAML) API definitions.",
"download_url": "https://github.com/Rustrest/plugins/releases/download/rustrest-plugin/openapi-swagger.zip",
"sha256": "ec6167521c5511e868e330d7c5862bd7254a28ebaf8f47da2b4d7b023f967ab6",
"homepage": "https://github.com/SojebSikder/rustrest/tree/main/crates/rustrest-plugin-openapi"
},
{
"id": "ai-agent",
"name": "Ai Agent",
"version": "0.1.0",
"author": "Rustrest",
"description": "Chat about the active request/response, edit requests from natural language, generate test scripts, and explain errors - docked in the right panel.",
"download_url": "https://github.com/Rustrest/plugins/releases/download/rustrest-plugin/ai-agent-0.1.0.zip",
"sha256": "c01e933b145482d05d8300a776283b8fed28aa362dfe3a75ba198c91084b5c3a",
"homepage": "https://github.com/SojebSikder/rustrest/tree/main/crates/rustrest-plugin-ai-agent"
}
]
}