-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathconfig.dist.json
73 lines (73 loc) · 1.71 KB
/
config.dist.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
{
"baseUrl": "http://sandbox.YourDomain.com/wp-json",
"api" : {
"wpApiPosts": {
"getList": [{
"search": "_embed=true&per_page=1"
}],
"get": [2016],
"getMetaList": [2016],
"getMeta": [2016, 46575],
"getRevisionList": [2016],
"getRevision": [2016, 2026],
"getCategoryList": [2016],
"getCategory": [2016, 86],
"getTagList": [2016],
"getTag": [2016, 87]
},
"wpApiCustom": {
"movie": {
"getList": [{
"search": "_embed=true&per_page=1"
}],
"get": [2595]
}
},
"wpApiPages": {
"getList": [{
"search": "_embed=true&per_page=1"
}],
"get": [535],
"getMetaList": [535],
"getMeta": [535, 1],
"getRevisionList": [535],
"getRevision": [535, 2035]
},
"wpApiMedia": {
"getList": [{
"search": "_embed=true&per_page=1"
}],
"get": [2499]
},
"wpApiTypes": {
"getList": [{
"search": "_embed=true&per_page=1"
}],
"get": ["attachment"]
},
"wpApiStatuses": {
"getList": [],
"get": ["publish"]
},
"wpApiTaxonomies": {
"getList": [],
"get": ["category"]
},
"wpApiTerms": [{
"getList": ["tags"],
"get": ["tags", 11]
},{
"getList": ["categories"],
"get": ["categories", 2]
}],
"wpApiUsers": {
"getList": [],
"get": [1],
"me": []
},
"wpApiComments": {
"getList": [],
"get": [686]
}
}
}