-
-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathmilkman-plugin.json
94 lines (94 loc) · 3.07 KB
/
milkman-plugin.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"plugins": [
{
"author": "warmuuh",
"name": "milkman-auth",
"artifact": "milkman-auth.jar",
"description": "Contains key-types for authentication, such as oauth-authentication"
},
{
"author": "warmuuh",
"name": "milkman-cassandra",
"artifact": "milkman-cassandra.jar",
"description": "Introduces Cql Requests to Milkman using cassandra datastax driver."
},
{
"author": "warmuuh",
"name": "milkman-explore",
"artifact": "milkman-explore.jar",
"description": "Extends Milkman-rest with an additional response-tab that allows for `application/json` responses to be explored using JMesPath."
},
{
"author": "warmuuh",
"name": "milkman-graphql",
"artifact": "milkman-graphql.jar",
"description": "Allows to craft GraphQL requests."
},
{
"author": "warmuuh",
"name": "milkman-grpc",
"artifact": "milkman-grpc.jar",
"description": "Grpc Plugin for communication with Grpc Servers."
},
{
"author": "warmuuh",
"name": "milkman-jdbc",
"artifact": "milkman-jdbc.jar",
"description": "Introduces Sql Requests to Milkman using JDBC."
},
{
"author": "warmuuh",
"name": "milkman-nosql",
"artifact": "milkman-nosql.jar",
"description": "Introduces Nosql Requests to Milkman using JNoSql."
},
{
"author": "warmuuh",
"name": "milkman-note",
"artifact": "milkman-note.jar",
"description": "This is a very simple plugin that adds a tab to each request where users can enter some notes about the request."
},
{
"author": "warmuuh",
"name": "milkman-privatebin",
"artifact": "milkman-privatebin.jar",
"description": "Allows to share requests etc via Privatebin."
},
{
"author": "warmuuh",
"name": "milkman-rest",
"artifact": "milkman-rest.jar",
"description": "Introduces Http request (despite the wrong naming) capabilities to milkman. Consists of serveral features that together should make milkman be usable as postman-replacement for day-to-day work."
},
{
"author": "warmuuh",
"name": "milkman-scripting",
"artifact": "milkman-scripting.jar",
"description": "provides scripting capabilities via `nashorn` javascript engine"
},
{
"author": "warmuuh",
"name": "milkman-sio",
"artifact": "milkman-sio.jar",
"description": "Support for Socket.IO transport"
},
{
"author": "warmuuh",
"name": "milkman-sync-git",
"artifact": "milkman-sync-git.jar",
"description": "This plugin allows to setup a git repository to where a workspace can be synchronized."
},
{
"author": "warmuuh",
"name": "milkman-test",
"artifact": "milkman-test.jar",
"description": "a testrunner plugin that allows to execute multiple requests in a sequence and verify their results."
},
{
"author": "warmuuh",
"name": "milkman-ws",
"artifact": "milkman-ws.jar",
"description": "Support for websocket transport"
}
]
}