We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eade78 commit eb72961Copy full SHA for eb72961
docs/api/woqlClient.js.md
@@ -1068,7 +1068,7 @@ client.getBranches()
1068
1069
## getPrefixes
1070
##### woqlClient.getPrefixes([dbId]) ⇒ <code>Promise</code>
1071
-get the database collections list
+get the database prefixes object
1072
1073
**Returns**: <code>Promise</code> - A promise that returns the call response object, or an Error if rejected.
1074
@@ -1078,7 +1078,12 @@ get the database collections list
1078
1079
**Example**
1080
```javascript
1081
-client.getBranches()
+client.getPrefixes()
1082
+//return object example
1083
+{
1084
+'@base': 'terminusdb:///data/',
1085
+'@schema': 'terminusdb:///schema#',
1086
+'@type': 'Context'}
1087
```
1088
1089
## getUserOrganizations
0 commit comments