XML payload highlighting #253
chris-doehring
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
To give a practical example: I'm working with the Plesk XML API and usually, their documents look like this: <?xml version="1.0" encoding="UTF-8"?>
<packet version="1.6.3.0">[...]</packet> |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@chris-doehring I've submitted a PR that adds support for sending formatted XML payloads - #272. There's not much I can do to highlight the XML, but this should be a good start. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey there,
as there now is support for html and json highlighting, it also would be nice to have XML. Usually XML based API's return a one line XML string which is hard to read. If ray would format and highlight it, that would be a really nice benefit :)
Beta Was this translation helpful? Give feedback.
All reactions