You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Messente API Library
2
2
3
3
- Messente API version: 2.0.0
4
-
- Java artifact version: 4.0.0
4
+
- Java artifact version: 4.1.0
5
5
6
6
[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
7
7
@@ -12,7 +12,7 @@ Install Messente API library via Maven, Gradle, Ivy or manual build.
Copy file name to clipboardExpand all lines: docs/DeliveryResult.md
+2
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ A delivery report
14
14
|**error**|**String**| Human-readable description of what went wrong, *null* in case of success or if the message has not been processed yet |[optional]|
if ((jsonObj.get("sender") != null && !jsonObj.get("sender").isJsonNull()) && !jsonObj.get("sender").isJsonPrimitive()) {
375
+
thrownewIllegalArgumentException(String.format("Expected the field `sender` to be a primitive type in the JSON string but got `%s`", jsonObj.get("sender").toString()));
0 commit comments