whatsapp-chapi
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -17,3 +17,3 @@ const http = require('http'); | ||
updateStatus(phone, status) { | ||
updateStatus(status) { | ||
return this._request('POST',`update/status/${this.instanceID}/${status}`, {}); | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name": "whatsapp-chapi", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "WhatsApp chat api", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,4 +7,8 @@ <img src="https://png.pngtree.com/element_our/md/20180301/md_5a9797d574aa7.png" alt="whatsApp" border="0" width="30%"><img src="https://firebasestorage.googleapis.com/v0/b/study-4a5f6.appspot.com/o/%D0%BB%D0%BE%D0%B3%D0%BE%20%D0%BC%D0%B0%D0%BA%D1%814.png?alt=media&token=9217b241-9f55-449e-ba18-321d39904074" height="400"/> | ||
## Demo | ||
Send a message to **[+ (374) 98 445878](https://api.whatsapp.com/send?phone=37498445878&text=hi)** through WhatsApp and test the API. | ||
## License | ||
This library is released under the terms of the Apache 2.0 license. See [License](https://github.com/dwintechnology/whatsapp-chapi/LICENSE.md) for more information. | ||
This library is released under the terms of the MIT license. See [License](https://github.com/dwintechnology/whatsapp-chapi/LICENSE.md) for more information. | ||
@@ -11,0 +15,0 @@ ## Library Prerequisites |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9633
163