-
Notifications
You must be signed in to change notification settings - Fork 1
/
configs-api.http
27 lines (17 loc) · 1.2 KB
/
configs-api.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
GET http://localhost:4000/api/configs/ HTTP/1.1
###
GET http://localhost:4000/api/configs/zh-CN/Google HTTP/1.1
###
POST http://localhost:4000/api/configs/zh-CN HTTP/1.1
{"title":"new engine 0","url":"g.cn?q=%s","platform":{},"style":{}}
# {"platform":{"desktop":true,"mobile":true},"style":{"hex":"#4285F4","svg":"<svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>Google icon</title><path d=\"M12.48 10.92v3.28h7.84c-.24 1.84-.853 3.187-1.787 4.133-1.147 1.147-2.933 2.4-6.053 2.4-4.827 0-8.6-3.893-8.6-8.72s3.773-8.72 8.6-8.72c2.6 0 4.507 1.027 5.907 2.347l2.307-2.307C18.747 1.44 16.133 0 12.48 0 5.867 0 .307 5.387.307 12s5.56 12 12.173 12c3.573 0 6.267-1.173 8.373-3.36 2.16-2.16 2.84-5.213 2.84-7.667 0-.76-.053-1.467-.173-2.053H12.48z\"/></svg>"},"priority":0,"blockedRegions":["CN","CU","IR","KP","SY","VN","MM"],"embeddable":true,"title":"Google","url":"https://www.google.com/search?igu=1&q=%s&oq=%s","slug":"google"}
###
DELETE http://localhost:4000/api/configs/zh-CN/608adfe5c9b5cb0e4efe2da4 HTTP/1.1
###
PATCH http://localhost:4000/api/configs/zh-CN/608adfe5c9b5cb0e4efe2da4 HTTP/1.1
content-type: application/json
{
"title": "1"
}
###
http://localhost:4000/api/test