`, 'message-circle': ``, 'shield': ``, 'inbox': ``, 'users': ``, 'bell': `` }, init() { this.activeSection = Object.keys(this.config[this.activeVersion].sections)[0]; }, setVersion(ver) { this.activeVersion = ver; this.activeSection = Object.keys(this.config[ver].sections)[0]; }, setSection(sec) { this.activeSection = sec; }, get api() { return this.config[this.activeVersion] || {}; }, get sections() { return this.api.sections || {}; }, get activeSectionMeta() { return this.sections[this.activeSection] || { icon: 'circle', description: '', endpoints: [] }; }, get endpoints() { return this.activeSectionMeta.endpoints || []; }, copyCode(text) { navigator.clipboard.writeText(text); this.copiedText = true; setTimeout(() => { this.copiedText = false; }, 2000); }, formatJson(jsonStr) { try { return JSON.stringify(JSON.parse(jsonStr), null, 2); } catch(e) { return jsonStr; } } }">

المطورين (API)

استكشف واجهة برمجة التطبيقات الكاملة الخاصة بنا لربط منصات الـ SaaS والأنظمة الذكية.

Base API URL
تم نسخ الكود للحافظة بنجاح!