aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311/Endpoint/Service/Request/Update.pm
Commit message (Collapse)AuthorAgeLines
* Remove Open311 endpoint to separate repo.Matthew Somerville2016-08-23-57/+0
|
* Open311 Endpoint mySociety extensions roleHakim Cassimally2014-10-16-0/+57
* Get Service Request Updates This requires a new object ::Service::Request::Update, which of course is not part of standard spec. So, in order to make the core not too contaminated by : * the endpoint should instantiate ::Service::Request::mySociety objects which know about updates * have added a learn_additional_types callback from Schema to Endpoint, so that core doesn't need to know about /open311/service_request_update * (but ::Spark knows about the exception for updates... meh, but is 1-line)