Skip to content

Commit 8c5e795

Browse files
committed
review typedef
1 parent 0f5e334 commit 8c5e795

File tree

6 files changed

+115
-81
lines changed

6 files changed

+115
-81
lines changed

docs/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ graph all through a simple document API.
2222
[terminusdb-docs]: https://terminusdb.com/docs/
2323
[terminusdb-repo]: https://github.com/terminusdb/terminusdb
2424

25-
**TerminusX** is a self-service data platform that allows you to build, deploy,
26-
execute, monitor, and share versioned data products. It is built on TerminusDB.
27-
TerminusX is in public beta and you can [sign up now][dashboard].
25+
**TerminusX** TerminusX is TerminusDB as a service. SOC 2 certified hosting. Build your beta and get to market fast. Scale up and deploy your own instance. [Sign up now][dashboard].
2826

2927
[dashboard]: https://dashboard.terminusdb.com/
3028

@@ -71,7 +69,7 @@ it to your sources, and use that in the `<script>` instead.
7169
This example creates a simple dataProduct, starting to create a database model the schema
7270
and insert a simple document
7371

74-
For the [full Documentation][terminusdb-client-js-docs]
72+
For the [full Documentation](https://terminusdb.com/docs/guides/reference-guides/javascript-client-reference)
7573

7674
```javascript
7775
const TerminusClient = require("@terminusdb/terminusdb-client");

docs/_sidebar.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- [server](api/woqlClient.js?id=server)
1919
- [api](api/woqlClient.js?id=api)
2020
- [organization](api/woqlClient.js?id=organization)
21+
- [hasDatabase](api/woqlClient.js?id=hasDatabase)
2122
- [getDatabases](api/woqlClient.js?id=getDatabases)
2223
- [databases](api/woqlClient.js?id=databases)
2324
- [user](api/woqlClient.js?id=user)
@@ -57,6 +58,7 @@
5758
- [getEnums](api/woqlClient.js?id=getEnums)
5859
- [getClassDocuments](api/woqlClient.js?id=getClassDocuments)
5960
- [getBranches](api/woqlClient.js?id=getBranches)
61+
- [getCommitsLog](api/woqlClient.js?id=getCommitsLog)
6062
- [getPrefixes](api/woqlClient.js?id=getPrefixes)
6163
- [getUserOrganizations](api/woqlClient.js?id=getUserOrganizations)
6264
- [userOrganizations](api/woqlClient.js?id=userOrganizations)
@@ -65,6 +67,8 @@
6567
- [getVersionDiff](api/woqlClient.js?id=getVersionDiff)
6668
- [apply](api/woqlClient.js?id=apply)
6769
- [patch](api/woqlClient.js?id=patch)
70+
- [sendCustomRequest](api/woqlClient.js?id=sendCustomRequest)
71+
- [WOQLClient](api/woqlClient.js?id=WOQLClient)
6872
- [WOQL](api/woql.js?id=WOQL)
6973
- [using](api/woql.js?id=using)
7074
- [comment](api/woql.js?id=comment)
@@ -91,7 +95,6 @@
9195
- [put](api/woql.js?id=put)
9296
- [as](api/woql.js?id=as)
9397
- [remote](api/woql.js?id=remote)
94-
- [file](api/woql.js?id=file)
9598
- [post](api/woql.js?id=post)
9699
- [delete_triple](api/woql.js?id=delete_triple)
97100
- [delete_quad](api/woql.js?id=delete_quad)
@@ -153,6 +156,7 @@
153156
- [vars](api/woql.js?id=vars)
154157
- [doc](api/woql.js?id=doc)
155158
- [client](api/woql.js?id=client)
159+
- [Vars](api/woql.js?id=Vars)
156160
- [emerge](api/woql.js?id=emerge)
157161
- [update_triple](api/woql.js?id=update_triple)
158162
- [update_quad](api/woql.js?id=update_quad)
@@ -211,6 +215,7 @@
211215
- [ActionType](api/typedef.js?id=ActionType)
212216
- [ParamsObj](api/typedef.js?id=ParamsObj)
213217
- [RolesObj](api/typedef.js?id=RolesObj)
218+
- [ResourceType](api/typedef.js?id=ResourceType)
214219
- [RepoType](api/typedef.js?id=RepoType)
215220
- [DbDetails](api/typedef.js?id=DbDetails)
216221
- [RemoteRepoDetails](api/typedef.js?id=RemoteRepoDetails)

docs/api/typedef.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ the GET document interface query parameters
1212

1313
| Name | Type | Description |
1414
| --- | --- | --- |
15+
| [query] | <code>object</code> | object that descrive the document query |
1516
| [graph_type] | <code>GraphType</code> | instance|schema, default value is instance. Used to switch between getting documents from the instance or the schema graph. |
1617
| [type] | <code>string</code> | only documents of the given type are returned. |
1718
| [id] | <code>string</code> | only the document with the given ID is returned. |

0 commit comments

Comments
 (0)