Skip to content

Commit f3d700f

Browse files
fixed CI Error (#154)
Signed-off-by: NeelParihar <[email protected]>
1 parent 0f37f14 commit f3d700f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
- [getEnums](api/woqlClient.js?id=getEnums)
5959
- [getClassDocuments](api/woqlClient.js?id=getClassDocuments)
6060
- [getBranches](api/woqlClient.js?id=getBranches)
61+
- [getPrefixes](api/woqlClient.js?id=getPrefixes)
6162
- [getUserOrganizations](api/woqlClient.js?id=getUserOrganizations)
6263
- [userOrganizations](api/woqlClient.js?id=userOrganizations)
6364
- [getDiff](api/woqlClient.js?id=getDiff)

docs/api/woqlClient.js.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,21 @@ get the database collections list
890890
client.getBranches()
891891
```
892892
893+
## getPrefixes
894+
##### woqlClient.getPrefixes([dbId]) ⇒ <code>Promise</code>
895+
get the database collections list
896+
897+
**Returns**: <code>Promise</code> - A promise that returns the call response object, or an Error if rejected.
898+
899+
| Param | Type | Description |
900+
| --- | --- | --- |
901+
| [dbId] | <code>string</code> | the database id |
902+
903+
**Example**
904+
```javascript
905+
client.getBranches()
906+
```
907+
893908
## getUserOrganizations
894909
##### woqlClient.getUserOrganizations() ⇒ <code>Promise</code>
895910
Get the list of the user's organizations and the database related

0 commit comments

Comments
 (0)