File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -890,6 +890,21 @@ get the database collections list
890890client .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>
895910Get the list of the user's organizations and the database related
You can’t perform that action at this time.
0 commit comments