justsend-sdk
Version:
TypeScript SDK for Justsend SMS Marketing API
14 lines • 476 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.JustsendSDK = void 0;
const http_client_1 = require("./client/http-client");
const sms_1 = require("./modules/sms");
class JustsendSDK {
constructor(config) {
this.httpClient = new http_client_1.HttpClient(config);
this.sms = new sms_1.SMSModule(this.httpClient);
}
}
exports.JustsendSDK = JustsendSDK;
exports.default = JustsendSDK;
//# sourceMappingURL=index.js.map