{
    "name": "Hospital Mobile API",
    "version": "1.0.0",
    "project": "hospital_management_mobile",
    "endpoints": {
        "POST \/api\/auth\/login.php": "تسجيل الدخول",
        "GET \/api\/auth\/me.php": "الجلسة الحالية",
        "POST \/api\/auth\/logout.php": "تسجيل الخروج",
        "GET \/api\/dashboard\/summary.php": "ملخص لوحة التحكم",
        "GET \/api\/patients\/list.php": "قائمة المرضى",
        "GET \/api\/patients\/show.php": "تفاصيل مريض",
        "POST \/api\/patients\/create.php": "تسجيل مريض",
        "GET \/api\/patients\/lookups.php": "محافظات ومناطق",
        "GET \/api\/patients\/search.php": "بحث فوري",
        "GET \/api\/patients\/duplicates.php": "تكرارات",
        "POST \/api\/patients\/update.php": "تعديل مريض",
        "POST \/api\/patients\/delete.php": "حذف مريض",
        "GET \/api\/appointments\/list.php": "قائمة المواعيد",
        "GET \/api\/appointments\/show.php": "تفاصيل موعد",
        "GET \/api\/appointments\/lookups.php": "العيادات والحالات",
        "GET \/api\/appointments\/doctors.php": "أطباء العيادة",
        "POST \/api\/appointments\/create.php": "إنشاء موعد",
        "POST \/api\/appointments\/update.php": "تعديل موعد",
        "POST \/api\/appointments\/delete.php": "إلغاء\/حذف موعد",
        "POST \/api\/archives\/upload.php": "رفع مستند",
        "GET \/api\/chat\/contacts.php": "قائمة المحادثات",
        "GET \/api\/chat\/messages.php": "رسائل محادثة",
        "POST \/api\/chat\/send.php": "إرسال رسالة",
        "POST \/api\/chat\/mark_read.php": "تعليم كمقروء",
        "GET \/api\/chat\/unread.php": "عداد غير المقروء",
        "GET \/api\/chat\/peer_id.php": "معرف PeerJS للمكالمات",
        "POST \/api\/chat\/peer_id.php": "تحديث معرف PeerJS",
        "POST \/api\/chat\/call_log.php": "سجل المكالمات"
    }
}