Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | API controller tests all pass | Robin Houston | 2012-06-18 | -3/+3 |
| | ||||
* | WIP API | Robin Houston | 2012-06-07 | -28/+8 |
| | ||||
* | WIP attachment uploading via API | Robin Houston | 2012-06-06 | -1/+21 |
| | ||||
* | API: Some testing of show_request | Robin Houston | 2012-06-06 | -0/+1 |
| | ||||
* | API: we can add a response to a request | Robin Houston | 2012-06-06 | -0/+81 |
| | ||||
* | more comments | Robin Houston | 2012-06-06 | -0/+3 |
| | ||||
* | Just include all the error messages | Robin Houston | 2012-06-06 | -5/+1 |
| | | | | I can’t see any way the error could be triggered by the caller, anyway. | |||
* | API create_request method is working | Robin Houston | 2012-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 Bacon | 2012-06-06 | -1/+21 |
| | ||||
* | Reorder methods | Robin Houston | 2012-06-06 | -4/+4 |
| | ||||
* | Authenticated API | Robin Houston | 2012-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. |