Skip to content

Commit 40aa658

Browse files
authored
Merge pull request #15 from messente/travis
2.0.0
2 parents a827e1d + 1e86748 commit 40aa658

184 files changed

Lines changed: 9575 additions & 6660 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ref: https://github.com/github/gitignore/blob/master/Composer.gitignore
2+
3+
composer.phar
4+
/vendor/
5+
6+
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
7+
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
8+
# composer.lock
9+
10+
# php-cs-fixer cache
11+
.php_cs.cache
12+
13+
# PHPUnit cache
14+
.phpunit.result.cache

.openapi-generator/FILES

Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
.gitignore
2+
.openapi-generator-ignore
3+
.php_cs
4+
.travis.yml
5+
README.md
6+
composer.json
7+
docs/Api/BlacklistApi.md
8+
docs/Api/ContactsApi.md
9+
docs/Api/DeliveryReportApi.md
10+
docs/Api/GroupsApi.md
11+
docs/Api/NumberLookupApi.md
12+
docs/Api/OmnimessageApi.md
13+
docs/Api/StatisticsApi.md
14+
docs/Model/Channel.md
15+
docs/Model/ContactEnvelope.md
16+
docs/Model/ContactFields.md
17+
docs/Model/ContactListEnvelope.md
18+
docs/Model/ContactResponseFields.md
19+
docs/Model/ContactUpdateFields.md
20+
docs/Model/DeliveryReportResponse.md
21+
docs/Model/DeliveryResult.md
22+
docs/Model/ErrorCodeOmnichannel.md
23+
docs/Model/ErrorCodeOmnichannelMachine.md
24+
docs/Model/ErrorCodePhonebook.md
25+
docs/Model/ErrorCodeStatistics.md
26+
docs/Model/ErrorItemNumberLookup.md
27+
docs/Model/ErrorItemNumberLookupError.md
28+
docs/Model/ErrorItemOmnichannel.md
29+
docs/Model/ErrorItemPhonebook.md
30+
docs/Model/ErrorItemStatistics.md
31+
docs/Model/ErrorNumberLookup.md
32+
docs/Model/ErrorOmnichannel.md
33+
docs/Model/ErrorPhonebook.md
34+
docs/Model/ErrorStatistics.md
35+
docs/Model/ErrorTitleOmnichannel.md
36+
docs/Model/ErrorTitlePhonebook.md
37+
docs/Model/FetchBlacklistSuccess.md
38+
docs/Model/GroupEnvelope.md
39+
docs/Model/GroupListEnvelope.md
40+
docs/Model/GroupName.md
41+
docs/Model/GroupResponseFields.md
42+
docs/Model/MessageResult.md
43+
docs/Model/MobileNetwork.md
44+
docs/Model/NumberToBlacklist.md
45+
docs/Model/NumbersToInvestigate.md
46+
docs/Model/OmniMessageCreateSuccessResponse.md
47+
docs/Model/Omnimessage.md
48+
docs/Model/Priority.md
49+
docs/Model/SMS.md
50+
docs/Model/StatisticsReport.md
51+
docs/Model/StatisticsReportSettings.md
52+
docs/Model/StatisticsReportSuccess.md
53+
docs/Model/Status.md
54+
docs/Model/SyncNumberLookupResult.md
55+
docs/Model/SyncNumberLookupSuccess.md
56+
docs/Model/Telegram.md
57+
docs/Model/TextStore.md
58+
docs/Model/Viber.md
59+
docs/Model/WhatsApp.md
60+
docs/Model/WhatsAppAudio.md
61+
docs/Model/WhatsAppDocument.md
62+
docs/Model/WhatsAppImage.md
63+
docs/Model/WhatsAppText.md
64+
git_push.sh
65+
lib/Api/BlacklistApi.php
66+
lib/Api/ContactsApi.php
67+
lib/Api/DeliveryReportApi.php
68+
lib/Api/GroupsApi.php
69+
lib/Api/NumberLookupApi.php
70+
lib/Api/OmnimessageApi.php
71+
lib/Api/StatisticsApi.php
72+
lib/ApiException.php
73+
lib/Configuration.php
74+
lib/HeaderSelector.php
75+
lib/Model/Channel.php
76+
lib/Model/ContactEnvelope.php
77+
lib/Model/ContactFields.php
78+
lib/Model/ContactListEnvelope.php
79+
lib/Model/ContactResponseFields.php
80+
lib/Model/ContactUpdateFields.php
81+
lib/Model/DeliveryReportResponse.php
82+
lib/Model/DeliveryResult.php
83+
lib/Model/ErrorCodeOmnichannel.php
84+
lib/Model/ErrorCodeOmnichannelMachine.php
85+
lib/Model/ErrorCodePhonebook.php
86+
lib/Model/ErrorCodeStatistics.php
87+
lib/Model/ErrorItemNumberLookup.php
88+
lib/Model/ErrorItemNumberLookupError.php
89+
lib/Model/ErrorItemOmnichannel.php
90+
lib/Model/ErrorItemPhonebook.php
91+
lib/Model/ErrorItemStatistics.php
92+
lib/Model/ErrorNumberLookup.php
93+
lib/Model/ErrorOmnichannel.php
94+
lib/Model/ErrorPhonebook.php
95+
lib/Model/ErrorStatistics.php
96+
lib/Model/ErrorTitleOmnichannel.php
97+
lib/Model/ErrorTitlePhonebook.php
98+
lib/Model/FetchBlacklistSuccess.php
99+
lib/Model/GroupEnvelope.php
100+
lib/Model/GroupListEnvelope.php
101+
lib/Model/GroupName.php
102+
lib/Model/GroupResponseFields.php
103+
lib/Model/MessageResult.php
104+
lib/Model/MobileNetwork.php
105+
lib/Model/ModelInterface.php
106+
lib/Model/NumberToBlacklist.php
107+
lib/Model/NumbersToInvestigate.php
108+
lib/Model/OmniMessageCreateSuccessResponse.php
109+
lib/Model/Omnimessage.php
110+
lib/Model/Priority.php
111+
lib/Model/SMS.php
112+
lib/Model/StatisticsReport.php
113+
lib/Model/StatisticsReportSettings.php
114+
lib/Model/StatisticsReportSuccess.php
115+
lib/Model/Status.php
116+
lib/Model/SyncNumberLookupResult.php
117+
lib/Model/SyncNumberLookupSuccess.php
118+
lib/Model/Telegram.php
119+
lib/Model/TextStore.php
120+
lib/Model/Viber.php
121+
lib/Model/WhatsApp.php
122+
lib/Model/WhatsAppAudio.php
123+
lib/Model/WhatsAppDocument.php
124+
lib/Model/WhatsAppImage.php
125+
lib/Model/WhatsAppText.php
126+
lib/ObjectSerializer.php
127+
phpunit.xml.dist
128+
test/Api/BlacklistApiTest.php
129+
test/Api/ContactsApiTest.php
130+
test/Api/DeliveryReportApiTest.php
131+
test/Api/GroupsApiTest.php
132+
test/Api/NumberLookupApiTest.php
133+
test/Api/OmnimessageApiTest.php
134+
test/Api/StatisticsApiTest.php
135+
test/Model/ChannelTest.php
136+
test/Model/ContactEnvelopeTest.php
137+
test/Model/ContactFieldsTest.php
138+
test/Model/ContactListEnvelopeTest.php
139+
test/Model/ContactResponseFieldsTest.php
140+
test/Model/ContactUpdateFieldsTest.php
141+
test/Model/DeliveryReportResponseTest.php
142+
test/Model/DeliveryResultTest.php
143+
test/Model/ErrorCodeOmnichannelMachineTest.php
144+
test/Model/ErrorCodeOmnichannelTest.php
145+
test/Model/ErrorCodePhonebookTest.php
146+
test/Model/ErrorCodeStatisticsTest.php
147+
test/Model/ErrorItemNumberLookupErrorTest.php
148+
test/Model/ErrorItemNumberLookupTest.php
149+
test/Model/ErrorItemOmnichannelTest.php
150+
test/Model/ErrorItemPhonebookTest.php
151+
test/Model/ErrorItemStatisticsTest.php
152+
test/Model/ErrorNumberLookupTest.php
153+
test/Model/ErrorOmnichannelTest.php
154+
test/Model/ErrorPhonebookTest.php
155+
test/Model/ErrorStatisticsTest.php
156+
test/Model/ErrorTitleOmnichannelTest.php
157+
test/Model/ErrorTitlePhonebookTest.php
158+
test/Model/FetchBlacklistSuccessTest.php
159+
test/Model/GroupEnvelopeTest.php
160+
test/Model/GroupListEnvelopeTest.php
161+
test/Model/GroupNameTest.php
162+
test/Model/GroupResponseFieldsTest.php
163+
test/Model/MessageResultTest.php
164+
test/Model/MobileNetworkTest.php
165+
test/Model/NumberToBlacklistTest.php
166+
test/Model/NumbersToInvestigateTest.php
167+
test/Model/OmniMessageCreateSuccessResponseTest.php
168+
test/Model/OmnimessageTest.php
169+
test/Model/PriorityTest.php
170+
test/Model/SMSTest.php
171+
test/Model/StatisticsReportSettingsTest.php
172+
test/Model/StatisticsReportSuccessTest.php
173+
test/Model/StatisticsReportTest.php
174+
test/Model/StatusTest.php
175+
test/Model/SyncNumberLookupResultTest.php
176+
test/Model/SyncNumberLookupSuccessTest.php
177+
test/Model/TelegramTest.php
178+
test/Model/TextStoreTest.php
179+
test/Model/ViberTest.php
180+
test/Model/WhatsAppAudioTest.php
181+
test/Model/WhatsAppDocumentTest.php
182+
test/Model/WhatsAppImageTest.php
183+
test/Model/WhatsAppTest.php
184+
test/Model/WhatsAppTextTest.php

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.3
1+
5.3.0

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: php
2-
sudo: false
2+
# Bionic environment has preinstalled PHP from 7.1 to 7.4
3+
# https://docs.travis-ci.com/user/reference/bionic/#php-support
4+
dist: bionic
35
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- 7.0
8-
- hhvm
6+
- 7.3
7+
- 7.4
98
before_install: "composer install"
109
script: "vendor/bin/phpunit"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Messente API Library
22

3-
- Messente API version: 1.4.0
4-
- PHP artifact version: 1.4.0
3+
- Messente API version: 2.0.0
4+
- PHP artifact version: 2.0.0
55

66
[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.
77

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "messente/messente-api-php",
3-
"version": "1.4.1",
3+
"version": "2.0.0",
44
"description": "[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.",
55
"keywords": ["viber", "telegram", "sms", "whatsapp", "phonebook", "openapitools",
66
"openapi-generator",
@@ -34,6 +34,6 @@
3434
"psr-4": { "Messente\\Api\\" : "lib/" }
3535
},
3636
"autoload-dev": {
37-
"psr-4": { "Messente\\Api\\" : "test/" }
37+
"psr-4": { "Messente\\Api\\Test\\" : "test/" }
3838
}
3939
}

0 commit comments

Comments
 (0)