Skip to content

Instantly share code, notes, and snippets.

View izowmart's full-sized avatar

Zack izowmart

View GitHub Profile
@izowmart
izowmart / WebAdminRoute.kt
Last active October 8, 2025 08:33
New web routes
package com.tasksfy.routes
import com.tasksfy.API_VERSION
import com.tasksfy.data.models.NotificationDetail
import com.tasksfy.data.models.mpesa_b2c_payments.B2CResponseBody
import com.tasksfy.data.models.mpesa_c2b_payments.MpesaCallbackResponse
import com.tasksfy.data.repository.AcceptedRequestRepository
import com.tasksfy.data.repository.RequestRepository
import com.tasksfy.data.repository.TaskerRepository
import com.tasksfy.data.repository.TransactionRepository