Hi guys, I'm using HTTP API for SpiceDB (axios). T...
# spicedb
t
Hi guys, I'm using HTTP API for SpiceDB (axios). The goal is to fetch all relationships for given definition, the issue is, I'm not getting data in a correct JSON format. As you can see in the image, there is no objects array, just parsed separate object strings. Do anybody of you guys, know a way to send the response as a valid JSON objects array (over HTTP)? Btw sorry if that's a newbie issue.