Skip to content

Commit 5c62d2d

Browse files
committed
adding custom endpoint support
1 parent 5e3c699 commit 5c62d2d

31 files changed

+549
-2142
lines changed

config.dist.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
{
22
"baseUrl": "http://sandbox.YourDomain.com/wp-json",
33
"basic": {
4+
"enabled": false,
45
"login": null,
56
"password": null
67
},
8+
"customMethods": {
9+
"entityName": {
10+
"getList": [{
11+
"per_page": 1
12+
}],
13+
"get": [295]
14+
}
15+
},
716
"postsMethods": {
817
"getList": [{
918
"per_page": 1

0 commit comments

Comments
 (0)