# rider app api rapi_register: path: /rapi/register controller: App\Controller\RAPIController::register methods: [POST] rapi_login: path: /rapi/login controller: App\Controller\RAPIController::login methods: [POST] rapi_logout: path: /rapi/logout controller: App\Controller\RAPIController::logout methods: [POST] rapi_jo_get: path: /rapi/joborder controller: App\Controller\RAPIController::getJobOrder methods: [GET] rapi_jo_accept: path: /rapi/accept controller: App\Controller\RAPIController::acceptJobOrder methods: [POST] rapi_jo_cancel: path: /rapi/cancel controller: App\Controller\RAPIController::cancelJobOrder methods: [POST] rapi_arrive: path: /rapi/arrive controller: App\Controller\RAPIController::arrive methods: [POST] rapi_payment: path: /rapi/payment controller: App\Controller\RAPIController::payment methods: [POST]