This repository was archived by the owner on Mar 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,10 @@ The table below contains a list of `nodejs-cloudant` functions and the `cloudant
4343| ` ping() ` | [ getServerInformation ] ( https://cloud.ibm.com/apidocs/cloudant?code=node#getserverinformation ) |
4444| ` listDbs()/listDbsAsStream() ` | [ getAllDbs] ( https://cloud.ibm.com/apidocs/cloudant?code=node#getalldbs ) |
4545| ` updates()/followUpdates() ` | [ getDbUpdates] ( https://cloud.ibm.com/apidocs/cloudant?code=node#getdbupdates ) |
46- | ` replicate()/replicateDb()/enableReplication() ` | [ postReplicate] ( https://cloud.ibm.com/apidocs/cloudant?code=node#postreplicate ) |
47- | ` disableReplication() ` | [ deleteReplicationDocument] ( https://cloud.ibm.com/apidocs/cloudant?code=node#deletereplicationdocument ) |
46+ | ` replicate() ` /` replicateDb() ` | [ ` postReplicate ` ] ( https://cloud.ibm.com/apidocs/cloudant?code=node#postreplicate ) |
47+ | ` enableReplication() ` /` replication.enable() ` | [ ` putReplicationDocument ` ] ( https://cloud.ibm.com/apidocs/cloudant?code=node#putreplicationdocument ) |
48+ | ` queryReplication() ` /` replication.query() ` | [ ` getSchedulerDocument ` ] ( https://cloud.ibm.com/apidocs/cloudant?code=node#getschedulerdocument ) |
49+ | ` disableReplication() ` /` replication.delete() ` | [ ` deleteReplicationDocument ` ] ( https://cloud.ibm.com/apidocs/cloudant?code=node#deletereplicationdocument ) |
4850| ` session() ` | [ getSessionInformation] ( https://cloud.ibm.com/apidocs/cloudant?code=node#getsessioninformation ) |
4951| ` uuids() ` | [ getUuids] ( https://cloud.ibm.com/apidocs/cloudant?code=node#getuuids ) |
5052| ` db.destroy() ` | [ deleteDatabase] ( https://cloud.ibm.com/apidocs/cloudant?code=node#deletedatabase ) |
You can’t perform that action at this time.
0 commit comments