api client refactor

This commit is contained in:
2025-12-17 19:25:10 +01:00
parent 4177644b18
commit 26f7a2b6aa
27 changed files with 543 additions and 1329 deletions

View File

@@ -0,0 +1,6 @@
// Export the class-based service
export { DriverService, driverService } from './DriverService';
// Export backward compatibility functions
export { getDriverLeaderboard, completeDriverOnboarding, getCurrentDriver } from './DriverService';
export { registerDriver, getDriverRegistrationStatus } from './DriverRegistrationService';