Platform Entegrasyonu
ERP, QubePro Platform ile oturum ve uygulama baglaminda entegre calisir.
Kimlik Dogrulama
- Login:
POST /api/auth/login - Token yenileme:
POST /api/auth/refresh - Logout:
POST /api/auth/logout - Mevcut kullanici:
GET /api/auth/me - Kullanici sirketleri:
GET /api/auth/me/companies
Uygulama ve Manifest
- Uygulama listesi:
GET /api/apps - Uygulama ikonlari:
GET /api/apps/iconsveGET /api/apps/icons/:iconName - Manifest:
GET /api/manifest
Ayar Proxy Mekanizmasi
ERP tarafindaki settings route'u, kullanici ayarlarini Core API tarafina proxy ederek ortak deneyim saglar:
GET /api/settings/userPATCH /api/settings/user
Dil ve Ceviri
GET /api/translationsPOST /api/translations/upsertPOST /api/translations/auto-translateGET/PUT /api/translations/active-localesPOST /api/translations/sync-content
:::info Manifest Kodu
erp:platform:integration
:::