this is my code ive been using
<?php
require(APPPATH.'libraries/REST_Controller.php');
class Test extends REST_Controller {
function simpletest_get() {
$data->name = 'HELLO';
$data->university = 'coventry';
$this->response($data, 200);
}
function film_get() {...