Looking at the responses from the rules endpoints, it appears that they contain some control characters and escaped text such as \r, \n, \u003c, \u003d, and \". This doesn't pose too much of a problem, but it would be nice to have it fixed.
For example, calling the get rules by version endpoint, rules/3.2.4, I get this response (truncated for brevity):
It looks like the value of the template property is being sent as a string, hence the quotes around the array. I would expect a response similar to this (also truncated):
Looking at the responses from the rules endpoints, it appears that they contain some control characters and escaped text such as
\r
,\n
,\u003c
,\u003d
, and\"
. This doesn't pose too much of a problem, but it would be nice to have it fixed.For example, calling the get rules by version endpoint,
rules/3.2.4
, I get this response (truncated for brevity):It looks like the value of the
template
property is being sent as a string, hence the quotes around the array. I would expect a response similar to this (also truncated):