core icon indicating copy to clipboard operation
core copied to clipboard

Change /api/now format to match other endpoints

Open goto-bus-stop opened this issue 4 years ago • 0 comments

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.

goto-bus-stop avatar Aug 05 '20 09:08 goto-bus-stop