마지막 업데이트
X2BEE의 원활한 프로젝트 수행을 위한 개발 및 API 가이드를 한 곳에 정리했습니다. 필수 가이드를 빠르게 확인하고, 안정적인 개발을 시작하세요!
// Import the SDK
import ExampleAPI from "example-api";
// Initialize the client
const client = new ExampleAPI({ apiKey: "YOUR_API_KEY" });
// Send your first message
const response = await client.messages.send({
message: "Hello, world!"
});

마지막 업데이트