Replies: 2 comments
|
Finally, a PR |
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.
I have an endpoint giving back
Content-Type: application/x-ndjson.It's just multiple JSON objects separated by a new line.
E.G.
{ "result": {} } { "result": {} } { "result": {} }The UI currently displays
Binary file.I'd be okay with just displaying the content as raw text. But ideally each object would be pretty formatted.
All reactions