-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
libraries.json
100 lines (100 loc) · 3.28 KB
/
libraries.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
95
96
97
98
99
100
[
{
"name": "Java",
"author": {
"name": "inventivetalent",
"url": "https://inventivetalent.org"
},
"source": "https://github.com/InventivetalentDev/SpigetJavaClient",
"download": "https://github.com/InventivetalentDev/SpigetJavaClient/releases",
"apiVersion": "v2",
"codeExample": {
"url": "https://raw.githubusercontent.com/InventivetalentDev/SpigetJavaClient/master/example-request.java",
"language": "java"
}
},
{
"name": " PHP",
"author": {
"name": "GamePanel.io",
"url": "https://gamepanel.io/"
},
"source": "https://github.com/gamepanelio/spiget-api-php",
"download": "https://github.com/gamepanelio/spiget-api-php/releases",
"apiVersion": "v2",
"codeExample": {
"url": "https://gist.githubusercontent.com/InventivetalentDev/906331f42e1151b212270448c4ec593d/raw/e27abf4fc33a61b4e46551a494b563dc3192d87b/GPIO%2520Spiget%2520Example.php",
"language": "php"
}
},
{
"name": " Java ",
"author": {
"name": "CodedByYou",
"url": "https://github.com/CodedByYou"
},
"source": "https://github.com/CodedByYou/Spiget",
"download": "https://github.com/CodedByYou/Spiget/tree/master/Releases",
"apiVersion": "v2",
"codeExample": {
"url": "https://raw.githubusercontent.com/CodedByYou/Spiget/master/example.java",
"language": "java"
}
},
{
"name": " PHP",
"author": {
"name": "Camouflage100",
"url": "https://www.cwolfe.pro"
},
"source": "https://gist.github.com/cbwolfe32/2e4b44bba752525359bf097f0ea8fb0c",
"download": "https://gist.githubusercontent.com/cbwolfe32/2e4b44bba752525359bf097f0ea8fb0c/raw/bfe895e0835d7fb0a361c58dbb771a1ccb846248/SpigetAPI.php",
"apiVersion": "v2",
"codeExample": {
"url": "https://gist.githubusercontent.com/cbwolfe32/f358d14dda97998a92a12a1bdc6328cd/raw/581c879ed93b54bf061e70035953305ab0dcea88/SpiGetAPI%2520PHP%2520Example",
"language": "php"
}
},
{
"name": " PHP",
"author": {
"name": "Th3Shadowbroker",
"url": "https://m4taiori.de/"
},
"source": "https://github.com/Th3Shadowbroker/Spiget4PHP/",
"download": "https://github.com/Th3Shadowbroker/Spiget4PHP/releases",
"apiVersion": "v2",
"codeExample": {
"url": "https://gist.githubusercontent.com/Th3Shadowbroker/2d5593dec2c3590b3e2b4eb2ca6b072c/raw/c5cd46982aa35b133a6d62ff4c2a27ef22563590/Spiget4PHP-Example.php",
"language": "php"
}
},
{
"name": "Go Spiget",
"author": {
"name": "sunxyw",
"url": "https://github.com/sunxyw"
},
"source": "https://github.com/sunxyw/go-spiget",
"download": "https://github.com/sunxyw/go-spiget",
"apiVersion": "v2",
"codeExample": {
"url": "https://raw.githubusercontent.com/sunxyw/go-spiget/main/example/search_resources.go",
"language": "go"
}
},
{
"name": "Node.js Spiget API",
"author": {
"name": "VeguiDev",
"url": "https://github.com/VeguiDev"
},
"source": "https://github.com/VeguiDev/spiget-api",
"download": "https://github.com/VeguiDev/spiget-api",
"apiVersion": "v2",
"codeExample": {
"url": "https://raw.githubusercontent.com/VeguiDev/spiget-api/master/example/example_request.js",
"language": "javascript"
}
}
]