Skip to content

Commit 0b4b369

Browse files
committed
Added replicate and view endpoints
1 parent ab8196c commit 0b4b369

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Config/State.php

+8
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ class State
8484
'changes' => [
8585
'local' => '{db}/_changes?{params}',
8686
'cloudant' => '{db}/_changes?{params}'
87+
],
88+
'replicate' => [
89+
'local' => '_replicate',
90+
'cloudant' => '_replicate'
91+
],
92+
'view' => [
93+
'local' => '{db}/_design/{ddoc}/_view/{view}?{params}',
94+
'cloudant' => '{db}/_design/{ddoc}/_view/{view}?{params}'
8795
]
8896
];
8997
}

0 commit comments

Comments
 (0)