RichiCoder
05/23/2023, 5:50 PM@authzed/authzed-node
but since it's all based on the gRPC node SDK it kinda falls apart in Workers.
Trying to use to the Rest API directly, but already running into the issue that because some APIs are streaming via gRPC Gateway and they aren't fully formed json responses (\n
seperated chunks). Is there any advice on parsing these responses before I get too deep into it?