1- # rai_cloud_sdk
1+ # rai_db_sdk
22
3- RaiCloudSdk - JavaScript client for rai_cloud_sdk
4- This is a Client SDK for RAI Cloud
3+ RaiDbSdk - JavaScript client for rai_db_sdk
4+ This is a Client SDK for Delve API
55This SDK is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
66
77- API version: 1.0.8
@@ -20,7 +20,7 @@ To publish the library as a [npm](https://www.npmjs.com/), please follow the pro
2020Then install it via:
2121
2222``` shell
23- npm install rai_cloud_sdk --save
23+ npm install rai_db_sdk --save
2424```
2525
2626Finally, you need to build the module:
@@ -43,7 +43,7 @@ Next, [link](https://docs.npmjs.com/cli/link) it globally in npm with the follow
4343npm link
4444```
4545
46- To use the link you just defined in your project, switch to the directory you want to use your rai_cloud_sdk from, and run:
46+ To use the link you just defined in your project, switch to the directory you want to use your rai_db_sdk from, and run:
4747
4848``` shell
4949npm link /path/to/< JAVASCRIPT_CLIENT_DIR>
@@ -99,53 +99,99 @@ module: {
9999Please follow the [ installation] ( #installation ) instruction and execute the following JS code:
100100
101101``` javascript
102- var RaiCloudSdk = require (' rai_cloud_sdk ' );
102+ var RaiDbSdk = require (' rai_db_sdk ' );
103103
104104
105- var api = new RaiCloudSdk .DefaultApi ()
106- var deleteComputeRequestProtocol = new RaiCloudSdk.DeleteComputeRequestProtocol (); // {DeleteComputeRequestProtocol} Compute to be deleted
105+ var api = new RaiDbSdk .DefaultApi ()
106+ var transaction = new RaiDbSdk.Transaction (); // {Transaction} Optional description in *Markdown*
107107var callback = function (error , data , response ) {
108108 if (error) {
109109 console .error (error);
110110 } else {
111111 console .log (' API called successfully. Returned data: ' + data);
112112 }
113113};
114- api .computeDelete (deleteComputeRequestProtocol , callback);
114+ api .transactionPost (transaction , callback);
115115
116116```
117117
118118## Documentation for API Endpoints
119119
120- All URIs are relative to * http://127.0.0.1:8080 *
120+ All URIs are relative to * http://127.0.0.1:8010 *
121121
122122Class | Method | HTTP request | Description
123123------------ | ------------- | ------------- | -------------
124- * RaiCloudSdk.DefaultApi* | [ ** computeDelete** ] ( docs/DefaultApi.md#computeDelete ) | ** DELETE** /compute | Delete compute
125- * RaiCloudSdk.DefaultApi* | [ ** computeGet** ] ( docs/DefaultApi.md#computeGet ) | ** GET** /compute | List computes
126- * RaiCloudSdk.DefaultApi* | [ ** computePut** ] ( docs/DefaultApi.md#computePut ) | ** PUT** /compute | Create compute
127- * RaiCloudSdk.DefaultApi* | [ ** databaseGet** ] ( docs/DefaultApi.md#databaseGet ) | ** GET** /database | List databases
128- * RaiCloudSdk.DefaultApi* | [ ** databasePost** ] ( docs/DefaultApi.md#databasePost ) | ** POST** /database | Update database
129- * RaiCloudSdk.DefaultApi* | [ ** userGet** ] ( docs/DefaultApi.md#userGet ) | ** GET** /user | List users
130- * RaiCloudSdk.DefaultApi* | [ ** userPut** ] ( docs/DefaultApi.md#userPut ) | ** PUT** /user | Create user
124+ * RaiDbSdk.DefaultApi* | [ ** transactionPost** ] ( docs/DefaultApi.md#transactionPost ) | ** POST** /transaction | Issues a transaction to be executed
131125
132126
133127## Documentation for Models
134128
135- - [ RaiCloudSdk.ComputeData] ( docs/ComputeData.md )
136- - [ RaiCloudSdk.CreateComputeRequestProtocol] ( docs/CreateComputeRequestProtocol.md )
137- - [ RaiCloudSdk.CreateComputeResponseProtocol] ( docs/CreateComputeResponseProtocol.md )
138- - [ RaiCloudSdk.CreateUserRequestProtocol] ( docs/CreateUserRequestProtocol.md )
139- - [ RaiCloudSdk.CreateUserResponseProtocol] ( docs/CreateUserResponseProtocol.md )
140- - [ RaiCloudSdk.DatabaseInfo] ( docs/DatabaseInfo.md )
141- - [ RaiCloudSdk.DeleteComputeRequestProtocol] ( docs/DeleteComputeRequestProtocol.md )
142- - [ RaiCloudSdk.DeleteComputeResponseProtocol] ( docs/DeleteComputeResponseProtocol.md )
143- - [ RaiCloudSdk.DeleteComputeStatus] ( docs/DeleteComputeStatus.md )
144- - [ RaiCloudSdk.ListComputesResponseProtocol] ( docs/ListComputesResponseProtocol.md )
145- - [ RaiCloudSdk.ListDatabasesResponseProtocol] ( docs/ListDatabasesResponseProtocol.md )
146- - [ RaiCloudSdk.ListUsersResponseProtocol] ( docs/ListUsersResponseProtocol.md )
147- - [ RaiCloudSdk.UpdateDatabaseRequestProtocol] ( docs/UpdateDatabaseRequestProtocol.md )
148- - [ RaiCloudSdk.UserInfoProtocol] ( docs/UserInfoProtocol.md )
129+ - [ RaiDbSdk.AbstractProblem] ( docs/AbstractProblem.md )
130+ - [ RaiDbSdk.Action] ( docs/Action.md )
131+ - [ RaiDbSdk.ActionResult] ( docs/ActionResult.md )
132+ - [ RaiDbSdk.Appl] ( docs/Appl.md )
133+ - [ RaiDbSdk.Area] ( docs/Area.md )
134+ - [ RaiDbSdk.ArityMismatchError] ( docs/ArityMismatchError.md )
135+ - [ RaiDbSdk.CSVFileSchema] ( docs/CSVFileSchema.md )
136+ - [ RaiDbSdk.CSVFileSyntax] ( docs/CSVFileSyntax.md )
137+ - [ RaiDbSdk.CardinalityAction] ( docs/CardinalityAction.md )
138+ - [ RaiDbSdk.CardinalityActionResult] ( docs/CardinalityActionResult.md )
139+ - [ RaiDbSdk.ClientProblem] ( docs/ClientProblem.md )
140+ - [ RaiDbSdk.CollectProblemsAction] ( docs/CollectProblemsAction.md )
141+ - [ RaiDbSdk.CollectProblemsActionResult] ( docs/CollectProblemsActionResult.md )
142+ - [ RaiDbSdk.ComparisonChainError] ( docs/ComparisonChainError.md )
143+ - [ RaiDbSdk.Cons] ( docs/Cons.md )
144+ - [ RaiDbSdk.ExceptionProblem] ( docs/ExceptionProblem.md )
145+ - [ RaiDbSdk.FileSchema] ( docs/FileSchema.md )
146+ - [ RaiDbSdk.FileSyntax] ( docs/FileSyntax.md )
147+ - [ RaiDbSdk.FrontProblem] ( docs/FrontProblem.md )
148+ - [ RaiDbSdk.ICViolation] ( docs/ICViolation.md )
149+ - [ RaiDbSdk.ImportAction] ( docs/ImportAction.md )
150+ - [ RaiDbSdk.ImportActionResult] ( docs/ImportActionResult.md )
151+ - [ RaiDbSdk.InfraError] ( docs/InfraError.md )
152+ - [ RaiDbSdk.InstallAction] ( docs/InstallAction.md )
153+ - [ RaiDbSdk.InstallActionResult] ( docs/InstallActionResult.md )
154+ - [ RaiDbSdk.IntegrityConstraintProblem] ( docs/IntegrityConstraintProblem.md )
155+ - [ RaiDbSdk.IntegrityConstraintViolation] ( docs/IntegrityConstraintViolation.md )
156+ - [ RaiDbSdk.JSONFileSchema] ( docs/JSONFileSchema.md )
157+ - [ RaiDbSdk.JSONFileSyntax] ( docs/JSONFileSyntax.md )
158+ - [ RaiDbSdk.LabeledAction] ( docs/LabeledAction.md )
159+ - [ RaiDbSdk.LabeledActionResult] ( docs/LabeledActionResult.md )
160+ - [ RaiDbSdk.LinkedList] ( docs/LinkedList.md )
161+ - [ RaiDbSdk.ListEdbAction] ( docs/ListEdbAction.md )
162+ - [ RaiDbSdk.ListEdbActionResult] ( docs/ListEdbActionResult.md )
163+ - [ RaiDbSdk.ListSourceAction] ( docs/ListSourceAction.md )
164+ - [ RaiDbSdk.ListSourceActionResult] ( docs/ListSourceActionResult.md )
165+ - [ RaiDbSdk.Literal] ( docs/Literal.md )
166+ - [ RaiDbSdk.LoadData] ( docs/LoadData.md )
167+ - [ RaiDbSdk.LoadDataAction] ( docs/LoadDataAction.md )
168+ - [ RaiDbSdk.LoadDataActionResult] ( docs/LoadDataActionResult.md )
169+ - [ RaiDbSdk.ModifyWorkspaceAction] ( docs/ModifyWorkspaceAction.md )
170+ - [ RaiDbSdk.ModifyWorkspaceActionResult] ( docs/ModifyWorkspaceActionResult.md )
171+ - [ RaiDbSdk.Nil] ( docs/Nil.md )
172+ - [ RaiDbSdk.OutputProblem] ( docs/OutputProblem.md )
173+ - [ RaiDbSdk.PairAnyValueAnyValue] ( docs/PairAnyValueAnyValue.md )
174+ - [ RaiDbSdk.ParseAction] ( docs/ParseAction.md )
175+ - [ RaiDbSdk.ParseActionResult] ( docs/ParseActionResult.md )
176+ - [ RaiDbSdk.PersistProblem] ( docs/PersistProblem.md )
177+ - [ RaiDbSdk.Point] ( docs/Point.md )
178+ - [ RaiDbSdk.QueryAction] ( docs/QueryAction.md )
179+ - [ RaiDbSdk.QueryActionResult] ( docs/QueryActionResult.md )
180+ - [ RaiDbSdk.Range] ( docs/Range.md )
181+ - [ RaiDbSdk.RelKey] ( docs/RelKey.md )
182+ - [ RaiDbSdk.Relation] ( docs/Relation.md )
183+ - [ RaiDbSdk.SetOptionsAction] ( docs/SetOptionsAction.md )
184+ - [ RaiDbSdk.SetOptionsActionResult] ( docs/SetOptionsActionResult.md )
185+ - [ RaiDbSdk.Source] ( docs/Source.md )
186+ - [ RaiDbSdk.SyntaxError] ( docs/SyntaxError.md )
187+ - [ RaiDbSdk.SyntaxNode] ( docs/SyntaxNode.md )
188+ - [ RaiDbSdk.Token] ( docs/Token.md )
189+ - [ RaiDbSdk.Transaction] ( docs/Transaction.md )
190+ - [ RaiDbSdk.TransactionResult] ( docs/TransactionResult.md )
191+ - [ RaiDbSdk.UndefinedError] ( docs/UndefinedError.md )
192+ - [ RaiDbSdk.UpdateAction] ( docs/UpdateAction.md )
193+ - [ RaiDbSdk.UpdateActionResult] ( docs/UpdateActionResult.md )
194+ - [ RaiDbSdk.WorkspaceLoadProblem] ( docs/WorkspaceLoadProblem.md )
149195
150196
151197## Documentation for Authorization
0 commit comments