API Reference
การตั้งค่า
heading.anchorLabelChanomHub
heading.anchorLabelConstructor สำหรับสร้าง client instance
interface ChanomHubOptions { apiKey: string; baseUrl?: string; timeout?: number;}
const client = new ChanomHub(options: ChanomHubOptions);Parameters
heading.anchorLabel| พารามิเตอร์ | ประเภท | คำอธิบาย |
|---|---|---|
apiKey | string | API key สำหรับการยืนยันตัวตน |
baseUrl | string | URL หลักของ API (ไม่บังคับ) |
timeout | number | ระยะเวลา timeout เป็น ms (ไม่บังคับ) |