aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/api_controller.rb
Commit message (Collapse)AuthorAgeLines
* API controller tests all passRobin Houston2012-06-18-3/+3
|
* WIP APIRobin Houston2012-06-07-28/+8
|
* WIP attachment uploading via APIRobin Houston2012-06-06-1/+21
|
* API: Some testing of show_requestRobin Houston2012-06-06-0/+1
|
* API: we can add a response to a requestRobin Houston2012-06-06-0/+81
|
* more commentsRobin Houston2012-06-06-0/+3
|
* Just include all the error messagesRobin Houston2012-06-06-5/+1
| | | | I can’t see any way the error could be triggered by the caller, anyway.
* API create_request method is workingRobin Houston2012-06-06-18/+40
| | | | | | "when using the API", it "should create a new request from a POST", AND IT DOES!
* Work in progress on getting new APIController test to pass. They don't, yet!Seb Bacon2012-06-06-1/+21
|
* Reorder methodsRobin Houston2012-06-06-4/+4
|
* Authenticated APIRobin Houston2012-06-06-0/+46
An authenticated API for public bodies. So far just one method is implemented, which gives the details of a request in JSON format.