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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
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: 1.0.2
4
-
- Ruby gem version: 1.0.2
4
+
- Ruby gem version: 1.0.3
5
5
6
6
[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
@@ -138,7 +138,7 @@ MessenteApi.configure do |config|
138
138
end
139
139
140
140
api_instance =MessenteApi::ContactsApi.new
141
-
phone ='phone_example'# String | A phone number
141
+
phone ='+37251000000'# String | A phone number
142
142
143
143
begin
144
144
#Deletes a contact
@@ -188,7 +188,7 @@ MessenteApi.configure do |config|
188
188
end
189
189
190
190
api_instance =MessenteApi::ContactsApi.new
191
-
phone ='phone_example'# String | A phone number
191
+
phone ='+37251000000'# String | A phone number
192
192
193
193
begin
194
194
#Lists a contact
@@ -239,7 +239,7 @@ MessenteApi.configure do |config|
239
239
end
240
240
241
241
api_instance =MessenteApi::ContactsApi.new
242
-
phone ='phone_example'# String | A phone number
242
+
phone ='+37251000000'# String | A phone number
243
243
244
244
begin
245
245
#Lists groups of a contact
@@ -291,7 +291,7 @@ end
291
291
292
292
api_instance =MessenteApi::ContactsApi.new
293
293
opts = {
294
-
group_ids: ['group_ids_example'] # Array<String> | Optional one or many group id strings in UUID format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\"
294
+
group_ids: ['[\"5792a02a-e5c2-422b-a0a0-0ae65d814663\",\"4792a02a-e5c2-422b-a0a0-0ae65d814662\"]'] # Array<String> | Optional one or many group id strings in UUID format. For example: \"/contacts?groupIds=group_id_one&groupIds=group_id_two\"
295
295
}
296
296
297
297
begin
@@ -343,8 +343,8 @@ MessenteApi.configure do |config|
343
343
end
344
344
345
345
api_instance =MessenteApi::ContactsApi.new
346
-
group_id ='group_id_example'# String | String in UUID format
347
-
phone ='phone_example'# String | A phone number
346
+
group_id ='5792a02a-e5c2-422b-a0a0-0ae65d814663'# String | String in UUID format
347
+
phone ='+37251000000'# String | A phone number
348
348
349
349
begin
350
350
#Removes a contact from a group
@@ -395,8 +395,8 @@ MessenteApi.configure do |config|
0 commit comments