aboutsummaryrefslogtreecommitdiffstats
path: root/t/open311/endpoint/mysociety.t
Commit message (Collapse)AuthorAgeLines
* Open311: FMS <-> Open311 Endpoint End to end testsHakim Cassimally2014-10-16-6/+6
| | | | | Uses LWP::Protocol::PSGI to avoid having to spawn external processes in order to test these end to end.
* Open311 Endpoint mySociety extensions roleHakim Cassimally2014-10-16-0/+161
* 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)