Skip to content

Commit

Permalink
resolved some more comments✨
Browse files Browse the repository at this point in the history
  • Loading branch information
jstjoe committed May 14, 2024
1 parent 215ea86 commit e424b66
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,7 @@ Samples Response:
#### Example: Insert with partial success support
<details>
<summary>
Insert with partial success support
</summary>
Insert call [example](https://github.com/skyflowapi/skyflow-node/blob/master/samples/vault-api/InsertWithContinueOnError.ts) with contiueOnError support:
Expand Down Expand Up @@ -294,7 +291,6 @@ response.then(
]
}
```
</details>
### Detokenize: vault.detokenize()
Expand Down Expand Up @@ -449,7 +445,7 @@ Sample response:
### Get records by unique values: vault.get()
To retrieve data from your vault using SkyflowIDs or unique column values, use the get(records) method. The `records` parameter takes a JSONObject that should contain either an array of SkyflowIDs or a unique column name and values to fetch the records, as shown below:
To retrieve data from your vault using SkyflowIDs or unique column values, use the `get(records)` method. The `records` parameter takes a JSONObject that should contain either an array of SkyflowIDs or a unique column name and values to fetch the records, as shown below:
```javascript
data = {
Expand Down

0 comments on commit e424b66

Please sign in to comment.