We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9422fa9 commit 6acc27eCopy full SHA for 6acc27e
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [2.0.15](https://github.com/smsapi/smsapi-javascript-client/compare/v2.0.14...v2.0.15) - 2025-05-13
4
+
5
+### Added
6
7
+- Possibility to set specific service url.
8
9
+```js
10
+const smsapi = new SMSAPI('oAuthToken', 'https://ssl.smsapi.com/api');
11
+```
12
13
## [2.0.14](https://github.com/smsapi/smsapi-javascript-client/compare/v2.0.13...v2.0.14) - 2024-10-02
14
15
### Changed
0 commit comments