@sinch/sdk-client 0.0.5 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,9 +13,6 @@ There are 5 folders in this package:
|
|
|
13
13
|
- response plugins will modify the response, e.g.: response content is checked and transformed into an exception if the content is empty.
|
|
14
14
|
- `utils`: it contains some utility methods that are used by the API SDKs, such as the methods to validate headers are valid in a callback event request, or a method to convert text to hexadecimal for a UDH header
|
|
15
15
|
|
|
16
|
-
> <span style="color:red; font-weight:bold">Warning:</span>
|
|
17
|
-
> **This SDK is currently available to selected developers for preview use only. It is being provided for the purpose of collecting feedback, and should not be used in production environments.**
|
|
18
|
-
|
|
19
16
|
## Architecture
|
|
20
17
|

|
|
21
18
|
|