ascii-dresden / asciii

ascii invoicer 3.x
http://ascii-dresden.github.io/asciii/
5 stars 8 forks source link

JSON Response Format #73

Closed V1ncNet closed 6 years ago

V1ncNet commented 6 years ago

It'll be nice if the received JSON looks like:

Multiple Array

[
  {
    "id": "project ident",
    "client": { },
    "event": { }
  },
  {
    "id": "project ident",
    "client": { },
  }
]

and so on.

Single Object

{
  "id": "project ident",
  "client": { },
  "event": { }
}
hoodie commented 6 years ago

you essentially mean: "just add the id field"?

V1ncNet commented 6 years ago

Essentially... Right now it's almost impossible to use the received data.

V1ncNet commented 6 years ago

Ups

hoodie commented 6 years ago

Look at the current format