-
Notifications
You must be signed in to change notification settings - Fork 0
/
usage.http
56 lines (47 loc) · 1.48 KB
/
usage.http
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
GET http://127.0.0.1:8809/connect
User-Agent: ArcadePlus/0.5.3
Accept: application/json
###
POST http://127.0.0.1:8809/generate
Content-Type: application/json
{
"id": "arctapjump",
"args": {
"globalOffset": 36000,
"fps": 50,
"bpm": 100.0,
"timingStart": 0,
"timingEnd": 1000,
"positionStart": [
0.25,
0.00
],
"positionEnd": [
0.00,
1.00
],
"showFirstFrame": false,
"control": "0:2000"
}
}
###
POST http://127.0.0.1:8809/generate
Content-Type: application/json
{
"id": "example",
"args": {
"timingList": [
78095,
78571
]
}
}
###
POST http://127.0.0.1:8809/generate
Content-Type: application/json
{
"id": "voltagetransformer",
"args": {
"chart": "arc(600,750,0.00,0.00,s,0.80,0.00,0,none,false);\r\narc(750,1200,0.00,0.00,s,0.00,0.00,0,none,false);\r\narc(1200,1350,0.50,0.50,s,0.80,0.00,1,none,false);\r\narc(1350,1800,0.50,0.50,s,0.00,0.00,1,none,false);\r\narc(1800,1950,1.00,1.00,s,0.80,0.00,0,none,false);\r\narc(1950,2400,1.00,1.00,s,0.00,0.00,0,none,false);\r\narc(3000,3150,1.00,1.00,s,0.80,0.00,1,none,false);\r\narc(3150,3600,1.00,1.00,s,0.00,0.00,1,none,false);\r\narc(3600,3750,0.50,0.50,s,0.80,0.00,0,none,false);\r\narc(3750,4200,0.50,0.50,s,0.00,0.00,0,none,false);\r\narc(4200,4350,0.00,0.00,s,0.80,0.00,1,none,false);\r\narc(4350,4800,0.00,0.00,s,0.00,0.00,1,none,false);\r\narc(5400,5550,0.50,0.50,s,0.80,0.00,0,none,false);\r\narc(5550,7200,0.50,0.50,s,0.00,0.00,0,none,false);"
}
}