authzed / authzed-node

Official SpiceDB client library for NodeJS
https://authzed.com/docs/reference/api
Apache License 2.0
47 stars 18 forks source link

Question: How to access StreamingBulkCheckPermission? #82

Closed Niral221b closed 7 months ago

Niral221b commented 7 months ago

While I was going through the experimental service, I stumbled upon this StreamingBulkCheckPermission method and wanted to know if this accessible and if so how can we do that? Any examples would help.

Also from what I understood, all the methods supports promises and wait for the stream to close to collect the data. If there any way to possibly collect the stream data as it is?

Any info would be helpful to understand. Thank you

josephschorr commented 7 months ago

StreamingBulkCheckPermission is a relict of an earlier experimental idea and was never implemented. We'll make sure to update the API reference to remove it.