core
core copied to clipboard
Change /api/now format to match other endpoints
All the other endpoints have a response format like
{
"meta": {},
"data": {}
}
but /api/now
just responds with an object that's a grab bag of possibly-useful state.
I'm not sure if that grab bag should just be moved into a data
property or if there is some better approach to it entirely.