UNPKG

@netgsm/sms

Version:

Netgsm API Client for SMS sending and reporting

43 lines (30 loc) 921 B
# Changelog All notable changes to this project will be documented in this file. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.1.2] - 2025-02-27 ### Added - Support for `appkey` parameter in `checkBalance` method ### Fixed - Syntax errors in integration tests ## [1.1.1] - 2025-02-27 ### Changed - Documentation improvements - Updated type definitions ## [1.1.0] - 2025-02-26 ### Added - REST v2 API support - `sendRestSms` method - `getReport` method - `getHeaders` method - `getInbox` method - `cancelSms` method - `checkBalance` method ## [1.0.1] - 2025-02-25 ### Fixed - Error handling in SMS sending - TypeScript type definitions ## [1.0.0] - 2025-02-24 ### Added - Initial release - Basic SMS sending functionality - TypeScript support