The blog introduces new API endpoints that return multiple JSON objects in a single query, separated by newline characters. The endpoints discussed are: **GET indexes/:indexId/properties** and **GET indexes/:indexId/queries/:queryId/properties**. The author references JSON streaming documentation for proper handling of the response format. Additionally, a code snippet for processing these endpoints is provided, demonstrating how to read and deserialize the streamed JSON.
You can find additional details in this blog
Comments
0 comments
Article is closed for comments.