Replies: 1 comment
-
Additionally:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://docs.nillion.com/build/secretVault-secretDataAnalytics/create-query
"name": "Returns usernames for a given service by order of creation",
seems to be wrongoperation
is set tosum
inSecretVaultWrapper
constructor, this is undocumented_id
needs to be generated by the caller in TS for now;crypto.randomUUID()
works for that_id
(MongoDB convention I assume) but in execute query, it isid
; the meaning is the samehttps://docs.nillion.com/build/secretVault-secretDataAnalytics/query
Credential
type which is not defined/queries/execute
withid
in payload is not RESTful but/queries/[id]/execute
would beSecretVaultWrapper.makeRequest()
instead of vanillafetch()
Beta Was this translation helpful? Give feedback.
All reactions