Frontend Integration
Environment:
VITE_API_BASE_URL=https://api.otchub.cc/api
API client usage:
import { api } from '@/lib/api'
const stats = await api.marketplace.getStats()
Fallback behavior:
- See
FRONTEND_API_FALLBACK.mdfor marketplace endpoints and graceful degradation strategy.