GeneralistDev / SSD2-Backend

SSD2 Project backend play framework
Apache License 2.0
0 stars 0 forks source link

POST, PUT, GET vismodel json (database storing enabled) #8

Closed GeneralistDev closed 10 years ago

GeneralistDev commented 10 years ago

This feature implements the creation, storing and updating of json in a database which should respond accurately to requests with the correct http status codes on the following routes:

Commits: 3d1cbdb ADDED: JSON bodies are saved as TEXT in database and updatable / retrievable.

grim-fendango commented 10 years ago

Also there should be method comment headers, to explain what each of the different methods do.

GeneralistDev commented 10 years ago

That is invalid JSON and that's why it doesn't work. The system responds appropriately. Code pulled. Closing issue.