skipLink.label

เริ่มต้นใช้งาน

การติดตั้ง

heading.anchorLabel
Terminal window
npm install @chanomhub/sdk

ขั้นตอนการตั้งค่า

heading.anchorLabel
  1. ติดตั้ง SDK ตามวิธีด้านบน
  2. สร้างไฟล์ config
  3. เริ่มต้นใช้งาน

ตัวอย่างการใช้งาน

heading.anchorLabel
import { ChanomHub } from '@chanomhub/sdk';
const client = new ChanomHub({
apiKey: 'your-api-key',
});
// เริ่มใช้งาน
const result = await client.doSomething();
console.log(result);

ขั้นตอนถัดไป

heading.anchorLabel