Skip to content

Commit 39e7757

Browse files
Merge pull request #4 from sendinblue/feature_v3_python_library
typo errors fixed and package description modified
2 parents ddbb4af + 99f4a6a commit 39e7757

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

docs/GetEmailEventReportEvents.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Name | Type | Description | Notes
77
**date** | **date** | Date on which the event has been generated |
88
**subject** | **str** | Subject of the event | [optional]
99
**message_id** | **str** | Message ID which generated the event |
10-
**event** | **str** | Event which occured |
11-
**reason** | **str** | Reason of bounce (only availble if the event is hardbounce or softbounce) |
10+
**event** | **str** | Event which occurred |
11+
**reason** | **str** | Reason of bounce (only available if the event is hardbounce or softbounce) |
1212
**tag** | **str** | Tag of the email which generated the event |
13-
**ip** | **str** | IP from which the user has opened the email or clicked on the link (only availble if the event is opened or clicks) | [optional]
14-
**link** | **str** | The link which is sent to the user (only availble if the event is requests or opened or clicks) | [optional]
13+
**ip** | **str** | IP from which the user has opened the email or clicked on the link (only available if the event is opened or clicks) | [optional]
14+
**link** | **str** | The link which is sent to the user (only available if the event is requests or opened or clicks) | [optional]
1515

1616
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1717

docs/GetSmsEventReportEvents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
66
**phone_number** | **str** | Phone number which has generated the event |
77
**date** | **date** | Date on which the event has been generated |
88
**message_id** | **str** | Message ID which generated the event |
9-
**event** | **str** | Event which occured |
10-
**reason** | **str** | Reason of bounce (only availble if the event is hardbounce or softbounce) |
9+
**event** | **str** | Event which occurred |
10+
**reason** | **str** | Reason of bounce (only available if the event is hardbounce or softbounce) |
1111
**reply** | **str** | | [optional]
1212
**tag** | **str** | Tag of the SMS which generated the event |
1313

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import setup, find_packages
1616

1717
NAME = "sib-api-v3-sdk"
18-
VERSION = "1.0.1"
18+
VERSION = "1.0.2"
1919
# To install the library, run the following
2020
#
2121
# python setup.py install
@@ -36,6 +36,6 @@
3636
packages=find_packages(),
3737
include_package_data=True,
3838
long_description="""\
39-
SendinBlue provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com/orgs/sendinblue **Possible responses** | Code | Message | | :-------------: | ------------- | | 200 | OK. Successful Request | | 201 | OK. Successful Creation | | 202 | OK. Request accepted | | 204 | OK. Successful Update/Deletion | | 400 | Error. Bad Request | | 401 | Error. Authentication Needed | | 402 | Error. Not enough credit, plan upgrade needed | | 403 | Error. Permission denied | | 404 | Error. Object does not exist | | 405 | Error. Method not allowed |
39+
Official SendinBlue provided RESTFul API V3 python library
4040
"""
4141
)

sib_api_v3_sdk/models/get_email_event_report_events.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def message_id(self, message_id):
184184
def event(self):
185185
"""
186186
Gets the event of this GetEmailEventReportEvents.
187-
Event which occured
187+
Event which occurred
188188
189189
:return: The event of this GetEmailEventReportEvents.
190190
:rtype: str
@@ -195,7 +195,7 @@ def event(self):
195195
def event(self, event):
196196
"""
197197
Sets the event of this GetEmailEventReportEvents.
198-
Event which occured
198+
Event which occurred
199199
200200
:param event: The event of this GetEmailEventReportEvents.
201201
:type: str
@@ -215,7 +215,7 @@ def event(self, event):
215215
def reason(self):
216216
"""
217217
Gets the reason of this GetEmailEventReportEvents.
218-
Reason of bounce (only availble if the event is hardbounce or softbounce)
218+
Reason of bounce (only available if the event is hardbounce or softbounce)
219219
220220
:return: The reason of this GetEmailEventReportEvents.
221221
:rtype: str
@@ -226,7 +226,7 @@ def reason(self):
226226
def reason(self, reason):
227227
"""
228228
Sets the reason of this GetEmailEventReportEvents.
229-
Reason of bounce (only availble if the event is hardbounce or softbounce)
229+
Reason of bounce (only available if the event is hardbounce or softbounce)
230230
231231
:param reason: The reason of this GetEmailEventReportEvents.
232232
:type: str
@@ -265,7 +265,7 @@ def tag(self, tag):
265265
def ip(self):
266266
"""
267267
Gets the ip of this GetEmailEventReportEvents.
268-
IP from which the user has opened the email or clicked on the link (only availble if the event is opened or clicks)
268+
IP from which the user has opened the email or clicked on the link (only available if the event is opened or clicks)
269269
270270
:return: The ip of this GetEmailEventReportEvents.
271271
:rtype: str
@@ -276,7 +276,7 @@ def ip(self):
276276
def ip(self, ip):
277277
"""
278278
Sets the ip of this GetEmailEventReportEvents.
279-
IP from which the user has opened the email or clicked on the link (only availble if the event is opened or clicks)
279+
IP from which the user has opened the email or clicked on the link (only available if the event is opened or clicks)
280280
281281
:param ip: The ip of this GetEmailEventReportEvents.
282282
:type: str
@@ -288,7 +288,7 @@ def ip(self, ip):
288288
def link(self):
289289
"""
290290
Gets the link of this GetEmailEventReportEvents.
291-
The link which is sent to the user (only availble if the event is requests or opened or clicks)
291+
The link which is sent to the user (only available if the event is requests or opened or clicks)
292292
293293
:return: The link of this GetEmailEventReportEvents.
294294
:rtype: str
@@ -299,7 +299,7 @@ def link(self):
299299
def link(self, link):
300300
"""
301301
Sets the link of this GetEmailEventReportEvents.
302-
The link which is sent to the user (only availble if the event is requests or opened or clicks)
302+
The link which is sent to the user (only available if the event is requests or opened or clicks)
303303
304304
:param link: The link of this GetEmailEventReportEvents.
305305
:type: str

sib_api_v3_sdk/models/get_sms_event_report_events.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def message_id(self, message_id):
151151
def event(self):
152152
"""
153153
Gets the event of this GetSmsEventReportEvents.
154-
Event which occured
154+
Event which occurred
155155
156156
:return: The event of this GetSmsEventReportEvents.
157157
:rtype: str
@@ -162,7 +162,7 @@ def event(self):
162162
def event(self, event):
163163
"""
164164
Sets the event of this GetSmsEventReportEvents.
165-
Event which occured
165+
Event which occurred
166166
167167
:param event: The event of this GetSmsEventReportEvents.
168168
:type: str
@@ -182,7 +182,7 @@ def event(self, event):
182182
def reason(self):
183183
"""
184184
Gets the reason of this GetSmsEventReportEvents.
185-
Reason of bounce (only availble if the event is hardbounce or softbounce)
185+
Reason of bounce (only available if the event is hardbounce or softbounce)
186186
187187
:return: The reason of this GetSmsEventReportEvents.
188188
:rtype: str
@@ -193,7 +193,7 @@ def reason(self):
193193
def reason(self, reason):
194194
"""
195195
Sets the reason of this GetSmsEventReportEvents.
196-
Reason of bounce (only availble if the event is hardbounce or softbounce)
196+
Reason of bounce (only available if the event is hardbounce or softbounce)
197197
198198
:param reason: The reason of this GetSmsEventReportEvents.
199199
:type: str

0 commit comments

Comments
 (0)