api-reference.md
591 Bytes
API Reference
Please import the library via require
or import
.
// CommonJS
const line = require('@line/bot-sdk');
// ES2015 modules or TypeScript
import * as line from '@line/bot-sdk';
For the detailed API reference of each, please refer to their own pages.