Skip to content

Commit edc172e

Browse files
committed
Travis update: Apr 2019 (Build 126)
[skip ci]
1 parent a4c14fd commit edc172e

File tree

83 files changed

+89
-89
lines changed

Some content is hidden

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

83 files changed

+89
-89
lines changed

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: 0.0.1
4-
- Python package version: 0.0.1
3+
- Messente API version: 1.0.0
4+
- Python package version: 1.0.0
55

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

messente_api/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
88
[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. # noqa: E501
99
10-
OpenAPI spec version: 0.0.1
10+
OpenAPI spec version: 1.0.0
1111
1212
Generated by: https://openapi-generator.tech
1313
"""
1414

1515

1616
from __future__ import absolute_import
1717

18-
__version__ = "0.0.1"
18+
__version__ = "1.0.0"
1919

2020
# import apis into sdk package
2121
from messente_api.api.blacklist_api import BlacklistApi

messente_api/api/blacklist_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
[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. # noqa: E501
77
8-
OpenAPI spec version: 0.0.1
8+
OpenAPI spec version: 1.0.0
99
1010
Generated by: https://openapi-generator.tech
1111
"""

messente_api/api/contacts_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
[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. # noqa: E501
77
8-
OpenAPI spec version: 0.0.1
8+
OpenAPI spec version: 1.0.0
99
1010
Generated by: https://openapi-generator.tech
1111
"""

messente_api/api/delivery_report_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
[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. # noqa: E501
77
8-
OpenAPI spec version: 0.0.1
8+
OpenAPI spec version: 1.0.0
99
1010
Generated by: https://openapi-generator.tech
1111
"""

messente_api/api/groups_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
[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. # noqa: E501
77
8-
OpenAPI spec version: 0.0.1
8+
OpenAPI spec version: 1.0.0
99
1010
Generated by: https://openapi-generator.tech
1111
"""

messente_api/api/omnimessage_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
[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. # noqa: E501
77
8-
OpenAPI spec version: 0.0.1
8+
OpenAPI spec version: 1.0.0
99
1010
Generated by: https://openapi-generator.tech
1111
"""

messente_api/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
[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. # noqa: E501
66
7-
OpenAPI spec version: 0.0.1
7+
OpenAPI spec version: 1.0.0
88
99
Generated by: https://openapi-generator.tech
1010
"""
@@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7676
self.default_headers[header_name] = header_value
7777
self.cookie = cookie
7878
# Set default User-Agent.
79-
self.user_agent = 'OpenAPI-Generator/0.0.1/python'
79+
self.user_agent = 'OpenAPI-Generator/1.0.0/python'
8080

8181
def __del__(self):
8282
if self._pool:

messente_api/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
[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. # noqa: E501
77
8-
OpenAPI spec version: 0.0.1
8+
OpenAPI spec version: 1.0.0
99
1010
Generated by: https://openapi-generator.tech
1111
"""
@@ -229,8 +229,8 @@ def to_debug_report(self):
229229
return "Python SDK Debug Report:\n"\
230230
"OS: {env}\n"\
231231
"Python Version: {pyversion}\n"\
232-
"Version of the API: 0.0.1\n"\
233-
"SDK Package Version: 0.0.1".\
232+
"Version of the API: 1.0.0\n"\
233+
"SDK Package Version: 1.0.0".\
234234
format(env=sys.platform, pyversion=sys.version)
235235

236236
def get_host_settings(self):

messente_api/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
[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. # noqa: E501
88
9-
OpenAPI spec version: 0.0.1
9+
OpenAPI spec version: 1.0.0
1010
1111
Generated by: https://openapi-generator.tech
1212
"""

0 commit comments

Comments
 (0)