Skip to content

Commit bf7871d

Browse files
committed
Merge branch 'canary' into rc
2 parents 4c97395 + 5dff632 commit bf7871d

32 files changed

+1062
-3202
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package-lock.json
22
docs/api/*.json
3-
3+
docs/api/local_doc
44
.vscode
55

66
local_test

docs/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,11 @@ const TerminusClient = require("@terminusdb/terminusdb-client");
5757

5858
// Connect and configure the TerminusClient
5959
const client = new TerminusClient.WOQLClient("https://127.0.0.1:6363/", {
60-
db: "banker",
60+
dbid: "banker",
6161
user: "admin",
6262
key: "root",
6363
});
64-
65-
//to change the starting settings
66-
client.db("banker01");
64+
client.db("banker");
6765
client.organization("admin");
6866

6967
async function postAccount() {
@@ -117,7 +115,7 @@ To initialize `TerminusDB client` with custom options use
117115
const TerminusClient = require("@terminusdb/terminusdb-client");
118116

119117
const client = new TerminusClient.WOQLClient("https://127.0.0.1:6363/", {
120-
id: "test_db",
118+
dbid: "test_db",
121119
user: "admin",
122120
key: "my_secret_key",
123121
});

docs/_sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
- [Push](api/woqlClient.js?id=push)
1717
- [Fetch](api/woqlClient.js?id=fetch)
1818
- [Insert CSV](api/woqlClient.js?id=insert-csv)
19-
- [Update CSV](api/woqlClient.js?id=update-csv)
2019
- [Get CSV](api/woqlClient.js?id=get-csv)
20+
- [Update CSV](api/woqlClient.js?id=update-csv)
2121
- [Delete CSV](api/woqlClient.js?id=delete-csv)
2222
- [copy](api/woqlClient.js?id=copy)
2323
- [server](api/woqlClient.js?id=server)

docs/api/typedef.md

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
 (0)