Skip to content

API returns "placeholder" JSON

Acceptance:

  • The API returs a JSON object with version + an object with a single field.
  • Authentication required
  • The object is read from the DB

Example:

{
  "version" : 0,
  "data" : {
    "foo" : "bar"
  }
}
Edited by Paolo Tedesco