mailchimp-transactional 1.0.56__py3-none-any.whl → 1.1.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mailchimp_transactional/__init__.py +1 -1
- mailchimp_transactional/api/allowlists_api.py +1 -1
- mailchimp_transactional/api/exports_api.py +1 -1
- mailchimp_transactional/api/inbound_api.py +1 -1
- mailchimp_transactional/api/ips_api.py +10 -10
- mailchimp_transactional/api/messages_api.py +50 -12
- mailchimp_transactional/api/metadata_api.py +5 -5
- mailchimp_transactional/api/rejects_api.py +4 -4
- mailchimp_transactional/api/senders_api.py +8 -8
- mailchimp_transactional/api/subaccounts_api.py +8 -8
- mailchimp_transactional/api/tags_api.py +6 -6
- mailchimp_transactional/api/templates_api.py +9 -9
- mailchimp_transactional/api/urls_api.py +7 -7
- mailchimp_transactional/api/users_api.py +4 -4
- mailchimp_transactional/api/webhooks_api.py +6 -6
- mailchimp_transactional/api/whitelists_api.py +3 -3
- mailchimp_transactional/api_client.py +2 -2
- mailchimp_transactional-1.1.3.dist-info/METADATA +22 -0
- mailchimp_transactional-1.1.3.dist-info/RECORD +23 -0
- {mailchimp_transactional-1.0.56.dist-info → mailchimp_transactional-1.1.3.dist-info}/WHEEL +1 -1
- mailchimp_transactional-1.0.56.dist-info/METADATA +0 -19
- mailchimp_transactional-1.0.56.dist-info/RECORD +0 -23
- {mailchimp_transactional-1.0.56.dist-info → mailchimp_transactional-1.1.3.dist-info/licenses}/LICENSE +0 -0
- {mailchimp_transactional-1.0.56.dist-info → mailchimp_transactional-1.1.3.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
9
9
|
|
|
10
|
-
OpenAPI spec version: 1.
|
|
10
|
+
OpenAPI spec version: 1.1.3
|
|
11
11
|
Contact: apihelp@mailchimp.com
|
|
12
12
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
13
13
|
"""
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -70,7 +70,7 @@ class IpsApi(object):
|
|
|
70
70
|
return self.api_client.call_api(
|
|
71
71
|
'/ips/cancel-warmup', 'POST',
|
|
72
72
|
body=body_params,
|
|
73
|
-
response_type='
|
|
73
|
+
response_type='InlineResponse20021') # noqa: E501
|
|
74
74
|
|
|
75
75
|
def check_custom_dns(self, body = {}, **kwargs): # noqa: E501
|
|
76
76
|
"""Test custom dns # noqa: E501
|
|
@@ -108,7 +108,7 @@ class IpsApi(object):
|
|
|
108
108
|
return self.api_client.call_api(
|
|
109
109
|
'/ips/check-custom-dns', 'POST',
|
|
110
110
|
body=body_params,
|
|
111
|
-
response_type='
|
|
111
|
+
response_type='InlineResponse20027') # noqa: E501
|
|
112
112
|
|
|
113
113
|
def create_pool(self, body = {}, **kwargs): # noqa: E501
|
|
114
114
|
"""Add ip pool # noqa: E501
|
|
@@ -146,7 +146,7 @@ class IpsApi(object):
|
|
|
146
146
|
return self.api_client.call_api(
|
|
147
147
|
'/ips/create-pool', 'POST',
|
|
148
148
|
body=body_params,
|
|
149
|
-
response_type='
|
|
149
|
+
response_type='InlineResponse20025') # noqa: E501
|
|
150
150
|
|
|
151
151
|
def delete(self, body = {}, **kwargs): # noqa: E501
|
|
152
152
|
"""Delete ip address # noqa: E501
|
|
@@ -184,7 +184,7 @@ class IpsApi(object):
|
|
|
184
184
|
return self.api_client.call_api(
|
|
185
185
|
'/ips/delete', 'POST',
|
|
186
186
|
body=body_params,
|
|
187
|
-
response_type='
|
|
187
|
+
response_type='InlineResponse20023') # noqa: E501
|
|
188
188
|
|
|
189
189
|
def delete_pool(self, body = {}, **kwargs): # noqa: E501
|
|
190
190
|
"""Delete ip pool # noqa: E501
|
|
@@ -222,7 +222,7 @@ class IpsApi(object):
|
|
|
222
222
|
return self.api_client.call_api(
|
|
223
223
|
'/ips/delete-pool', 'POST',
|
|
224
224
|
body=body_params,
|
|
225
|
-
response_type='
|
|
225
|
+
response_type='InlineResponse20026') # noqa: E501
|
|
226
226
|
|
|
227
227
|
def info(self, body = {}, **kwargs): # noqa: E501
|
|
228
228
|
"""Get ip info # noqa: E501
|
|
@@ -336,7 +336,7 @@ class IpsApi(object):
|
|
|
336
336
|
return self.api_client.call_api(
|
|
337
337
|
'/ips/list-pools', 'POST',
|
|
338
338
|
body=body_params,
|
|
339
|
-
response_type='list[
|
|
339
|
+
response_type='list[InlineResponse20024]') # noqa: E501
|
|
340
340
|
|
|
341
341
|
def pool_info(self, body = {}, **kwargs): # noqa: E501
|
|
342
342
|
"""Get ip pool info # noqa: E501
|
|
@@ -374,7 +374,7 @@ class IpsApi(object):
|
|
|
374
374
|
return self.api_client.call_api(
|
|
375
375
|
'/ips/pool-info', 'POST',
|
|
376
376
|
body=body_params,
|
|
377
|
-
response_type='
|
|
377
|
+
response_type='InlineResponse20025') # noqa: E501
|
|
378
378
|
|
|
379
379
|
def provision(self, body = {}, **kwargs): # noqa: E501
|
|
380
380
|
"""Request additional ip # noqa: E501
|
|
@@ -450,7 +450,7 @@ class IpsApi(object):
|
|
|
450
450
|
return self.api_client.call_api(
|
|
451
451
|
'/ips/set-custom-dns', 'POST',
|
|
452
452
|
body=body_params,
|
|
453
|
-
response_type='
|
|
453
|
+
response_type='InlineResponse20028') # noqa: E501
|
|
454
454
|
|
|
455
455
|
def set_pool(self, body = {}, **kwargs): # noqa: E501
|
|
456
456
|
"""Move ip to different pool # noqa: E501
|
|
@@ -488,7 +488,7 @@ class IpsApi(object):
|
|
|
488
488
|
return self.api_client.call_api(
|
|
489
489
|
'/ips/set-pool', 'POST',
|
|
490
490
|
body=body_params,
|
|
491
|
-
response_type='
|
|
491
|
+
response_type='InlineResponse20022') # noqa: E501
|
|
492
492
|
|
|
493
493
|
def start_warmup(self, body = {}, **kwargs): # noqa: E501
|
|
494
494
|
"""Start ip warmup # noqa: E501
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -70,7 +70,7 @@ class MessagesApi(object):
|
|
|
70
70
|
return self.api_client.call_api(
|
|
71
71
|
'/messages/cancel-scheduled', 'POST',
|
|
72
72
|
body=body_params,
|
|
73
|
-
response_type='list[
|
|
73
|
+
response_type='list[InlineResponse20037]') # noqa: E501
|
|
74
74
|
|
|
75
75
|
def content(self, body = {}, **kwargs): # noqa: E501
|
|
76
76
|
"""Get message content # noqa: E501
|
|
@@ -108,7 +108,7 @@ class MessagesApi(object):
|
|
|
108
108
|
return self.api_client.call_api(
|
|
109
109
|
'/messages/content', 'POST',
|
|
110
110
|
body=body_params,
|
|
111
|
-
response_type='
|
|
111
|
+
response_type='InlineResponse20035') # noqa: E501
|
|
112
112
|
|
|
113
113
|
def info(self, body = {}, **kwargs): # noqa: E501
|
|
114
114
|
"""Get message info # noqa: E501
|
|
@@ -146,7 +146,7 @@ class MessagesApi(object):
|
|
|
146
146
|
return self.api_client.call_api(
|
|
147
147
|
'/messages/info', 'POST',
|
|
148
148
|
body=body_params,
|
|
149
|
-
response_type='
|
|
149
|
+
response_type='InlineResponse20034') # noqa: E501
|
|
150
150
|
|
|
151
151
|
def list_scheduled(self, body = {}, **kwargs): # noqa: E501
|
|
152
152
|
"""List scheduled emails # noqa: E501
|
|
@@ -184,7 +184,7 @@ class MessagesApi(object):
|
|
|
184
184
|
return self.api_client.call_api(
|
|
185
185
|
'/messages/list-scheduled', 'POST',
|
|
186
186
|
body=body_params,
|
|
187
|
-
response_type='list[
|
|
187
|
+
response_type='list[InlineResponse20037]') # noqa: E501
|
|
188
188
|
|
|
189
189
|
def parse(self, body = {}, **kwargs): # noqa: E501
|
|
190
190
|
"""Parse mime document # noqa: E501
|
|
@@ -222,7 +222,7 @@ class MessagesApi(object):
|
|
|
222
222
|
return self.api_client.call_api(
|
|
223
223
|
'/messages/parse', 'POST',
|
|
224
224
|
body=body_params,
|
|
225
|
-
response_type='
|
|
225
|
+
response_type='InlineResponse20036') # noqa: E501
|
|
226
226
|
|
|
227
227
|
def reschedule(self, body = {}, **kwargs): # noqa: E501
|
|
228
228
|
"""Reschedule email # noqa: E501
|
|
@@ -260,7 +260,7 @@ class MessagesApi(object):
|
|
|
260
260
|
return self.api_client.call_api(
|
|
261
261
|
'/messages/reschedule', 'POST',
|
|
262
262
|
body=body_params,
|
|
263
|
-
response_type='list[
|
|
263
|
+
response_type='list[InlineResponse20037]') # noqa: E501
|
|
264
264
|
|
|
265
265
|
def search(self, body = {}, **kwargs): # noqa: E501
|
|
266
266
|
"""Search messages by date # noqa: E501
|
|
@@ -298,7 +298,7 @@ class MessagesApi(object):
|
|
|
298
298
|
return self.api_client.call_api(
|
|
299
299
|
'/messages/search', 'POST',
|
|
300
300
|
body=body_params,
|
|
301
|
-
response_type='list[
|
|
301
|
+
response_type='list[InlineResponse20032]') # noqa: E501
|
|
302
302
|
|
|
303
303
|
def search_time_series(self, body = {}, **kwargs): # noqa: E501
|
|
304
304
|
"""Search messages by hour # noqa: E501
|
|
@@ -336,7 +336,7 @@ class MessagesApi(object):
|
|
|
336
336
|
return self.api_client.call_api(
|
|
337
337
|
'/messages/search-time-series', 'POST',
|
|
338
338
|
body=body_params,
|
|
339
|
-
response_type='list[
|
|
339
|
+
response_type='list[InlineResponse20033]') # noqa: E501
|
|
340
340
|
|
|
341
341
|
def send(self, body = {}, **kwargs): # noqa: E501
|
|
342
342
|
"""Send new message # noqa: E501
|
|
@@ -374,7 +374,7 @@ class MessagesApi(object):
|
|
|
374
374
|
return self.api_client.call_api(
|
|
375
375
|
'/messages/send', 'POST',
|
|
376
376
|
body=body_params,
|
|
377
|
-
response_type='list[
|
|
377
|
+
response_type='list[InlineResponse20030]') # noqa: E501
|
|
378
378
|
|
|
379
379
|
def send_raw(self, body = {}, **kwargs): # noqa: E501
|
|
380
380
|
"""Send mime document # noqa: E501
|
|
@@ -412,7 +412,45 @@ class MessagesApi(object):
|
|
|
412
412
|
return self.api_client.call_api(
|
|
413
413
|
'/messages/send-raw', 'POST',
|
|
414
414
|
body=body_params,
|
|
415
|
-
response_type='
|
|
415
|
+
response_type='list[InlineResponse20030]') # noqa: E501
|
|
416
|
+
|
|
417
|
+
def send_sms(self, body = {}, **kwargs): # noqa: E501
|
|
418
|
+
"""Send SMS message # noqa: E501
|
|
419
|
+
|
|
420
|
+
Send a new SMS message through Mandrill # noqa: E501
|
|
421
|
+
"""
|
|
422
|
+
(data) = self.send_sms_with_http_info(body, **kwargs) # noqa: E501
|
|
423
|
+
return data
|
|
424
|
+
|
|
425
|
+
def send_sms_with_http_info(self, body, **kwargs): # noqa: E501
|
|
426
|
+
"""Send SMS message # noqa: E501
|
|
427
|
+
|
|
428
|
+
Send a new SMS message through Mandrill # noqa: E501
|
|
429
|
+
"""
|
|
430
|
+
|
|
431
|
+
all_params = ['body'] # noqa: E501
|
|
432
|
+
|
|
433
|
+
params = locals()
|
|
434
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
435
|
+
if key not in all_params:
|
|
436
|
+
raise TypeError(
|
|
437
|
+
"Got an unexpected keyword argument '%s'"
|
|
438
|
+
" to method send_sms" % key
|
|
439
|
+
)
|
|
440
|
+
params[key] = val
|
|
441
|
+
del params['kwargs']
|
|
442
|
+
|
|
443
|
+
# add api_key to body params
|
|
444
|
+
params['body']['key'] = self.api_key
|
|
445
|
+
|
|
446
|
+
body_params = None
|
|
447
|
+
if 'body' in params:
|
|
448
|
+
body_params = params['body']
|
|
449
|
+
|
|
450
|
+
return self.api_client.call_api(
|
|
451
|
+
'/messages/send-sms', 'POST',
|
|
452
|
+
body=body_params,
|
|
453
|
+
response_type='list[InlineResponse20029]') # noqa: E501
|
|
416
454
|
|
|
417
455
|
def send_template(self, body = {}, **kwargs): # noqa: E501
|
|
418
456
|
"""Send using message template # noqa: E501
|
|
@@ -450,4 +488,4 @@ class MessagesApi(object):
|
|
|
450
488
|
return self.api_client.call_api(
|
|
451
489
|
'/messages/send-template', 'POST',
|
|
452
490
|
body=body_params,
|
|
453
|
-
response_type='list[
|
|
491
|
+
response_type='list[InlineResponse20031]') # noqa: E501
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -70,7 +70,7 @@ class MetadataApi(object):
|
|
|
70
70
|
return self.api_client.call_api(
|
|
71
71
|
'/metadata/add', 'POST',
|
|
72
72
|
body=body_params,
|
|
73
|
-
response_type='
|
|
73
|
+
response_type='InlineResponse20039') # noqa: E501
|
|
74
74
|
|
|
75
75
|
def delete(self, body = {}, **kwargs): # noqa: E501
|
|
76
76
|
"""Delete metadata field # noqa: E501
|
|
@@ -108,7 +108,7 @@ class MetadataApi(object):
|
|
|
108
108
|
return self.api_client.call_api(
|
|
109
109
|
'/metadata/delete', 'POST',
|
|
110
110
|
body=body_params,
|
|
111
|
-
response_type='
|
|
111
|
+
response_type='InlineResponse20041') # noqa: E501
|
|
112
112
|
|
|
113
113
|
def list(self, body = {}, **kwargs): # noqa: E501
|
|
114
114
|
"""List metadata fields # noqa: E501
|
|
@@ -146,7 +146,7 @@ class MetadataApi(object):
|
|
|
146
146
|
return self.api_client.call_api(
|
|
147
147
|
'/metadata/list', 'POST',
|
|
148
148
|
body=body_params,
|
|
149
|
-
response_type='list[
|
|
149
|
+
response_type='list[InlineResponse20038]') # noqa: E501
|
|
150
150
|
|
|
151
151
|
def update(self, body = {}, **kwargs): # noqa: E501
|
|
152
152
|
"""Update metadata field # noqa: E501
|
|
@@ -184,4 +184,4 @@ class MetadataApi(object):
|
|
|
184
184
|
return self.api_client.call_api(
|
|
185
185
|
'/metadata/update', 'POST',
|
|
186
186
|
body=body_params,
|
|
187
|
-
response_type='
|
|
187
|
+
response_type='InlineResponse20040') # noqa: E501
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -70,7 +70,7 @@ class RejectsApi(object):
|
|
|
70
70
|
return self.api_client.call_api(
|
|
71
71
|
'/rejects/add', 'POST',
|
|
72
72
|
body=body_params,
|
|
73
|
-
response_type='
|
|
73
|
+
response_type='InlineResponse20042') # noqa: E501
|
|
74
74
|
|
|
75
75
|
def delete(self, body = {}, **kwargs): # noqa: E501
|
|
76
76
|
"""Delete email from denylist # noqa: E501
|
|
@@ -108,7 +108,7 @@ class RejectsApi(object):
|
|
|
108
108
|
return self.api_client.call_api(
|
|
109
109
|
'/rejects/delete', 'POST',
|
|
110
110
|
body=body_params,
|
|
111
|
-
response_type='
|
|
111
|
+
response_type='InlineResponse20044') # noqa: E501
|
|
112
112
|
|
|
113
113
|
def list(self, body = {}, **kwargs): # noqa: E501
|
|
114
114
|
"""List denylisted emails # noqa: E501
|
|
@@ -146,4 +146,4 @@ class RejectsApi(object):
|
|
|
146
146
|
return self.api_client.call_api(
|
|
147
147
|
'/rejects/list', 'POST',
|
|
148
148
|
body=body_params,
|
|
149
|
-
response_type='list[
|
|
149
|
+
response_type='list[InlineResponse20043]') # noqa: E501
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -70,7 +70,7 @@ class SendersApi(object):
|
|
|
70
70
|
return self.api_client.call_api(
|
|
71
71
|
'/senders/add-domain', 'POST',
|
|
72
72
|
body=body_params,
|
|
73
|
-
response_type='
|
|
73
|
+
response_type='InlineResponse20047') # noqa: E501
|
|
74
74
|
|
|
75
75
|
def check_domain(self, body = {}, **kwargs): # noqa: E501
|
|
76
76
|
"""Check domain settings # noqa: E501
|
|
@@ -108,7 +108,7 @@ class SendersApi(object):
|
|
|
108
108
|
return self.api_client.call_api(
|
|
109
109
|
'/senders/check-domain', 'POST',
|
|
110
110
|
body=body_params,
|
|
111
|
-
response_type='
|
|
111
|
+
response_type='InlineResponse20048') # noqa: E501
|
|
112
112
|
|
|
113
113
|
def domains(self, body = {}, **kwargs): # noqa: E501
|
|
114
114
|
"""List sender domains # noqa: E501
|
|
@@ -146,7 +146,7 @@ class SendersApi(object):
|
|
|
146
146
|
return self.api_client.call_api(
|
|
147
147
|
'/senders/domains', 'POST',
|
|
148
148
|
body=body_params,
|
|
149
|
-
response_type='list[
|
|
149
|
+
response_type='list[InlineResponse20046]') # noqa: E501
|
|
150
150
|
|
|
151
151
|
def info(self, body = {}, **kwargs): # noqa: E501
|
|
152
152
|
"""Get sender info # noqa: E501
|
|
@@ -184,7 +184,7 @@ class SendersApi(object):
|
|
|
184
184
|
return self.api_client.call_api(
|
|
185
185
|
'/senders/info', 'POST',
|
|
186
186
|
body=body_params,
|
|
187
|
-
response_type='
|
|
187
|
+
response_type='InlineResponse20050') # noqa: E501
|
|
188
188
|
|
|
189
189
|
def list(self, body = {}, **kwargs): # noqa: E501
|
|
190
190
|
"""List account senders # noqa: E501
|
|
@@ -222,7 +222,7 @@ class SendersApi(object):
|
|
|
222
222
|
return self.api_client.call_api(
|
|
223
223
|
'/senders/list', 'POST',
|
|
224
224
|
body=body_params,
|
|
225
|
-
response_type='list[
|
|
225
|
+
response_type='list[InlineResponse20045]') # noqa: E501
|
|
226
226
|
|
|
227
227
|
def time_series(self, body = {}, **kwargs): # noqa: E501
|
|
228
228
|
"""View sender history # noqa: E501
|
|
@@ -260,7 +260,7 @@ class SendersApi(object):
|
|
|
260
260
|
return self.api_client.call_api(
|
|
261
261
|
'/senders/time-series', 'POST',
|
|
262
262
|
body=body_params,
|
|
263
|
-
response_type='list[
|
|
263
|
+
response_type='list[InlineResponse20051]') # noqa: E501
|
|
264
264
|
|
|
265
265
|
def verify_domain(self, body = {}, **kwargs): # noqa: E501
|
|
266
266
|
"""Verify domain # noqa: E501
|
|
@@ -298,4 +298,4 @@ class SendersApi(object):
|
|
|
298
298
|
return self.api_client.call_api(
|
|
299
299
|
'/senders/verify-domain', 'POST',
|
|
300
300
|
body=body_params,
|
|
301
|
-
response_type='
|
|
301
|
+
response_type='InlineResponse20049') # noqa: E501
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -70,7 +70,7 @@ class SubaccountsApi(object):
|
|
|
70
70
|
return self.api_client.call_api(
|
|
71
71
|
'/subaccounts/add', 'POST',
|
|
72
72
|
body=body_params,
|
|
73
|
-
response_type='
|
|
73
|
+
response_type='InlineResponse20053') # noqa: E501
|
|
74
74
|
|
|
75
75
|
def delete(self, body = {}, **kwargs): # noqa: E501
|
|
76
76
|
"""Delete subaccount # noqa: E501
|
|
@@ -108,7 +108,7 @@ class SubaccountsApi(object):
|
|
|
108
108
|
return self.api_client.call_api(
|
|
109
109
|
'/subaccounts/delete', 'POST',
|
|
110
110
|
body=body_params,
|
|
111
|
-
response_type='
|
|
111
|
+
response_type='InlineResponse20056') # noqa: E501
|
|
112
112
|
|
|
113
113
|
def info(self, body = {}, **kwargs): # noqa: E501
|
|
114
114
|
"""Get subaccount info # noqa: E501
|
|
@@ -146,7 +146,7 @@ class SubaccountsApi(object):
|
|
|
146
146
|
return self.api_client.call_api(
|
|
147
147
|
'/subaccounts/info', 'POST',
|
|
148
148
|
body=body_params,
|
|
149
|
-
response_type='
|
|
149
|
+
response_type='InlineResponse20054') # noqa: E501
|
|
150
150
|
|
|
151
151
|
def list(self, body = {}, **kwargs): # noqa: E501
|
|
152
152
|
"""List subaccounts # noqa: E501
|
|
@@ -184,7 +184,7 @@ class SubaccountsApi(object):
|
|
|
184
184
|
return self.api_client.call_api(
|
|
185
185
|
'/subaccounts/list', 'POST',
|
|
186
186
|
body=body_params,
|
|
187
|
-
response_type='list[
|
|
187
|
+
response_type='list[InlineResponse20052]') # noqa: E501
|
|
188
188
|
|
|
189
189
|
def pause(self, body = {}, **kwargs): # noqa: E501
|
|
190
190
|
"""Pause subaccount # noqa: E501
|
|
@@ -222,7 +222,7 @@ class SubaccountsApi(object):
|
|
|
222
222
|
return self.api_client.call_api(
|
|
223
223
|
'/subaccounts/pause', 'POST',
|
|
224
224
|
body=body_params,
|
|
225
|
-
response_type='
|
|
225
|
+
response_type='InlineResponse20057') # noqa: E501
|
|
226
226
|
|
|
227
227
|
def resume(self, body = {}, **kwargs): # noqa: E501
|
|
228
228
|
"""Resume subaccount # noqa: E501
|
|
@@ -260,7 +260,7 @@ class SubaccountsApi(object):
|
|
|
260
260
|
return self.api_client.call_api(
|
|
261
261
|
'/subaccounts/resume', 'POST',
|
|
262
262
|
body=body_params,
|
|
263
|
-
response_type='
|
|
263
|
+
response_type='InlineResponse20058') # noqa: E501
|
|
264
264
|
|
|
265
265
|
def update(self, body = {}, **kwargs): # noqa: E501
|
|
266
266
|
"""Update subaccount # noqa: E501
|
|
@@ -298,4 +298,4 @@ class SubaccountsApi(object):
|
|
|
298
298
|
return self.api_client.call_api(
|
|
299
299
|
'/subaccounts/update', 'POST',
|
|
300
300
|
body=body_params,
|
|
301
|
-
response_type='
|
|
301
|
+
response_type='InlineResponse20055') # noqa: E501
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -70,7 +70,7 @@ class TagsApi(object):
|
|
|
70
70
|
return self.api_client.call_api(
|
|
71
71
|
'/tags/all-time-series', 'POST',
|
|
72
72
|
body=body_params,
|
|
73
|
-
response_type='list[
|
|
73
|
+
response_type='list[InlineResponse20063]') # noqa: E501
|
|
74
74
|
|
|
75
75
|
def delete(self, body = {}, **kwargs): # noqa: E501
|
|
76
76
|
"""Delete tag # noqa: E501
|
|
@@ -108,7 +108,7 @@ class TagsApi(object):
|
|
|
108
108
|
return self.api_client.call_api(
|
|
109
109
|
'/tags/delete', 'POST',
|
|
110
110
|
body=body_params,
|
|
111
|
-
response_type='
|
|
111
|
+
response_type='InlineResponse20060') # noqa: E501
|
|
112
112
|
|
|
113
113
|
def info(self, body = {}, **kwargs): # noqa: E501
|
|
114
114
|
"""Get tag info # noqa: E501
|
|
@@ -146,7 +146,7 @@ class TagsApi(object):
|
|
|
146
146
|
return self.api_client.call_api(
|
|
147
147
|
'/tags/info', 'POST',
|
|
148
148
|
body=body_params,
|
|
149
|
-
response_type='
|
|
149
|
+
response_type='InlineResponse20061') # noqa: E501
|
|
150
150
|
|
|
151
151
|
def list(self, body = {}, **kwargs): # noqa: E501
|
|
152
152
|
"""List tags # noqa: E501
|
|
@@ -184,7 +184,7 @@ class TagsApi(object):
|
|
|
184
184
|
return self.api_client.call_api(
|
|
185
185
|
'/tags/list', 'POST',
|
|
186
186
|
body=body_params,
|
|
187
|
-
response_type='list[
|
|
187
|
+
response_type='list[InlineResponse20059]') # noqa: E501
|
|
188
188
|
|
|
189
189
|
def time_series(self, body = {}, **kwargs): # noqa: E501
|
|
190
190
|
"""View tag history # noqa: E501
|
|
@@ -222,4 +222,4 @@ class TagsApi(object):
|
|
|
222
222
|
return self.api_client.call_api(
|
|
223
223
|
'/tags/time-series', 'POST',
|
|
224
224
|
body=body_params,
|
|
225
|
-
response_type='list[
|
|
225
|
+
response_type='list[InlineResponse20062]') # noqa: E501
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -70,7 +70,7 @@ class TemplatesApi(object):
|
|
|
70
70
|
return self.api_client.call_api(
|
|
71
71
|
'/templates/add', 'POST',
|
|
72
72
|
body=body_params,
|
|
73
|
-
response_type='
|
|
73
|
+
response_type='InlineResponse20064') # noqa: E501
|
|
74
74
|
|
|
75
75
|
def delete(self, body = {}, **kwargs): # noqa: E501
|
|
76
76
|
"""Delete template # noqa: E501
|
|
@@ -108,7 +108,7 @@ class TemplatesApi(object):
|
|
|
108
108
|
return self.api_client.call_api(
|
|
109
109
|
'/templates/delete', 'POST',
|
|
110
110
|
body=body_params,
|
|
111
|
-
response_type='
|
|
111
|
+
response_type='InlineResponse20068') # noqa: E501
|
|
112
112
|
|
|
113
113
|
def info(self, body = {}, **kwargs): # noqa: E501
|
|
114
114
|
"""Get template info # noqa: E501
|
|
@@ -146,7 +146,7 @@ class TemplatesApi(object):
|
|
|
146
146
|
return self.api_client.call_api(
|
|
147
147
|
'/templates/info', 'POST',
|
|
148
148
|
body=body_params,
|
|
149
|
-
response_type='
|
|
149
|
+
response_type='InlineResponse20065') # noqa: E501
|
|
150
150
|
|
|
151
151
|
def list(self, body = {}, **kwargs): # noqa: E501
|
|
152
152
|
"""List templates # noqa: E501
|
|
@@ -184,7 +184,7 @@ class TemplatesApi(object):
|
|
|
184
184
|
return self.api_client.call_api(
|
|
185
185
|
'/templates/list', 'POST',
|
|
186
186
|
body=body_params,
|
|
187
|
-
response_type='list[
|
|
187
|
+
response_type='list[InlineResponse20069]') # noqa: E501
|
|
188
188
|
|
|
189
189
|
def publish(self, body = {}, **kwargs): # noqa: E501
|
|
190
190
|
"""Publish template content # noqa: E501
|
|
@@ -222,7 +222,7 @@ class TemplatesApi(object):
|
|
|
222
222
|
return self.api_client.call_api(
|
|
223
223
|
'/templates/publish', 'POST',
|
|
224
224
|
body=body_params,
|
|
225
|
-
response_type='
|
|
225
|
+
response_type='InlineResponse20067') # noqa: E501
|
|
226
226
|
|
|
227
227
|
def render(self, body = {}, **kwargs): # noqa: E501
|
|
228
228
|
"""Render html template # noqa: E501
|
|
@@ -260,7 +260,7 @@ class TemplatesApi(object):
|
|
|
260
260
|
return self.api_client.call_api(
|
|
261
261
|
'/templates/render', 'POST',
|
|
262
262
|
body=body_params,
|
|
263
|
-
response_type='
|
|
263
|
+
response_type='InlineResponse20071') # noqa: E501
|
|
264
264
|
|
|
265
265
|
def time_series(self, body = {}, **kwargs): # noqa: E501
|
|
266
266
|
"""Get template history # noqa: E501
|
|
@@ -298,7 +298,7 @@ class TemplatesApi(object):
|
|
|
298
298
|
return self.api_client.call_api(
|
|
299
299
|
'/templates/time-series', 'POST',
|
|
300
300
|
body=body_params,
|
|
301
|
-
response_type='list[
|
|
301
|
+
response_type='list[InlineResponse20070]') # noqa: E501
|
|
302
302
|
|
|
303
303
|
def update(self, body = {}, **kwargs): # noqa: E501
|
|
304
304
|
"""Update template # noqa: E501
|
|
@@ -336,4 +336,4 @@ class TemplatesApi(object):
|
|
|
336
336
|
return self.api_client.call_api(
|
|
337
337
|
'/templates/update', 'POST',
|
|
338
338
|
body=body_params,
|
|
339
|
-
response_type='
|
|
339
|
+
response_type='InlineResponse20066') # noqa: E501
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -70,7 +70,7 @@ class UrlsApi(object):
|
|
|
70
70
|
return self.api_client.call_api(
|
|
71
71
|
'/urls/add-tracking-domain', 'POST',
|
|
72
72
|
body=body_params,
|
|
73
|
-
response_type='
|
|
73
|
+
response_type='InlineResponse20076') # noqa: E501
|
|
74
74
|
|
|
75
75
|
def check_tracking_domain(self, body = {}, **kwargs): # noqa: E501
|
|
76
76
|
"""Check cname settings # noqa: E501
|
|
@@ -108,7 +108,7 @@ class UrlsApi(object):
|
|
|
108
108
|
return self.api_client.call_api(
|
|
109
109
|
'/urls/check-tracking-domain', 'POST',
|
|
110
110
|
body=body_params,
|
|
111
|
-
response_type='
|
|
111
|
+
response_type='InlineResponse20077') # noqa: E501
|
|
112
112
|
|
|
113
113
|
def list(self, body = {}, **kwargs): # noqa: E501
|
|
114
114
|
"""List most clicked urls # noqa: E501
|
|
@@ -146,7 +146,7 @@ class UrlsApi(object):
|
|
|
146
146
|
return self.api_client.call_api(
|
|
147
147
|
'/urls/list', 'POST',
|
|
148
148
|
body=body_params,
|
|
149
|
-
response_type='list[
|
|
149
|
+
response_type='list[InlineResponse20072]') # noqa: E501
|
|
150
150
|
|
|
151
151
|
def search(self, body = {}, **kwargs): # noqa: E501
|
|
152
152
|
"""Search most clicked urls # noqa: E501
|
|
@@ -184,7 +184,7 @@ class UrlsApi(object):
|
|
|
184
184
|
return self.api_client.call_api(
|
|
185
185
|
'/urls/search', 'POST',
|
|
186
186
|
body=body_params,
|
|
187
|
-
response_type='list[
|
|
187
|
+
response_type='list[InlineResponse20073]') # noqa: E501
|
|
188
188
|
|
|
189
189
|
def time_series(self, body = {}, **kwargs): # noqa: E501
|
|
190
190
|
"""Get url history # noqa: E501
|
|
@@ -222,7 +222,7 @@ class UrlsApi(object):
|
|
|
222
222
|
return self.api_client.call_api(
|
|
223
223
|
'/urls/time-series', 'POST',
|
|
224
224
|
body=body_params,
|
|
225
|
-
response_type='list[
|
|
225
|
+
response_type='list[InlineResponse20074]') # noqa: E501
|
|
226
226
|
|
|
227
227
|
def tracking_domains(self, body = {}, **kwargs): # noqa: E501
|
|
228
228
|
"""List tracking domains # noqa: E501
|
|
@@ -260,4 +260,4 @@ class UrlsApi(object):
|
|
|
260
260
|
return self.api_client.call_api(
|
|
261
261
|
'/urls/tracking-domains', 'POST',
|
|
262
262
|
body=body_params,
|
|
263
|
-
response_type='list[
|
|
263
|
+
response_type='list[InlineResponse20075]') # noqa: E501
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -70,7 +70,7 @@ class UsersApi(object):
|
|
|
70
70
|
return self.api_client.call_api(
|
|
71
71
|
'/users/info', 'POST',
|
|
72
72
|
body=body_params,
|
|
73
|
-
response_type='
|
|
73
|
+
response_type='InlineResponse20078') # noqa: E501
|
|
74
74
|
|
|
75
75
|
def ping(self, body = {}, **kwargs): # noqa: E501
|
|
76
76
|
"""Ping # noqa: E501
|
|
@@ -146,7 +146,7 @@ class UsersApi(object):
|
|
|
146
146
|
return self.api_client.call_api(
|
|
147
147
|
'/users/ping2', 'POST',
|
|
148
148
|
body=body_params,
|
|
149
|
-
response_type='
|
|
149
|
+
response_type='InlineResponse20079') # noqa: E501
|
|
150
150
|
|
|
151
151
|
def senders(self, body = {}, **kwargs): # noqa: E501
|
|
152
152
|
"""List account senders # noqa: E501
|
|
@@ -184,4 +184,4 @@ class UsersApi(object):
|
|
|
184
184
|
return self.api_client.call_api(
|
|
185
185
|
'/users/senders', 'POST',
|
|
186
186
|
body=body_params,
|
|
187
|
-
response_type='list[
|
|
187
|
+
response_type='list[InlineResponse20080]') # noqa: E501
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -70,7 +70,7 @@ class WebhooksApi(object):
|
|
|
70
70
|
return self.api_client.call_api(
|
|
71
71
|
'/webhooks/add', 'POST',
|
|
72
72
|
body=body_params,
|
|
73
|
-
response_type='
|
|
73
|
+
response_type='InlineResponse20082') # noqa: E501
|
|
74
74
|
|
|
75
75
|
def delete(self, body = {}, **kwargs): # noqa: E501
|
|
76
76
|
"""Delete webhook # noqa: E501
|
|
@@ -108,7 +108,7 @@ class WebhooksApi(object):
|
|
|
108
108
|
return self.api_client.call_api(
|
|
109
109
|
'/webhooks/delete', 'POST',
|
|
110
110
|
body=body_params,
|
|
111
|
-
response_type='
|
|
111
|
+
response_type='InlineResponse20085') # noqa: E501
|
|
112
112
|
|
|
113
113
|
def info(self, body = {}, **kwargs): # noqa: E501
|
|
114
114
|
"""Get webhook info # noqa: E501
|
|
@@ -146,7 +146,7 @@ class WebhooksApi(object):
|
|
|
146
146
|
return self.api_client.call_api(
|
|
147
147
|
'/webhooks/info', 'POST',
|
|
148
148
|
body=body_params,
|
|
149
|
-
response_type='
|
|
149
|
+
response_type='InlineResponse20083') # noqa: E501
|
|
150
150
|
|
|
151
151
|
def list(self, body = {}, **kwargs): # noqa: E501
|
|
152
152
|
"""List webhooks # noqa: E501
|
|
@@ -184,7 +184,7 @@ class WebhooksApi(object):
|
|
|
184
184
|
return self.api_client.call_api(
|
|
185
185
|
'/webhooks/list', 'POST',
|
|
186
186
|
body=body_params,
|
|
187
|
-
response_type='list[
|
|
187
|
+
response_type='list[InlineResponse20081]') # noqa: E501
|
|
188
188
|
|
|
189
189
|
def update(self, body = {}, **kwargs): # noqa: E501
|
|
190
190
|
"""Update webhook # noqa: E501
|
|
@@ -222,4 +222,4 @@ class WebhooksApi(object):
|
|
|
222
222
|
return self.api_client.call_api(
|
|
223
223
|
'/webhooks/update', 'POST',
|
|
224
224
|
body=body_params,
|
|
225
|
-
response_type='
|
|
225
|
+
response_type='InlineResponse20084') # noqa: E501
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 1.
|
|
8
|
+
OpenAPI spec version: 1.1.3
|
|
9
9
|
Contact: apihelp@mailchimp.com
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -108,7 +108,7 @@ class WhitelistsApi(object):
|
|
|
108
108
|
return self.api_client.call_api(
|
|
109
109
|
'/whitelists/delete', 'POST',
|
|
110
110
|
body=body_params,
|
|
111
|
-
response_type='
|
|
111
|
+
response_type='InlineResponse20087') # noqa: E501
|
|
112
112
|
|
|
113
113
|
def list(self, body = {}, **kwargs): # noqa: E501
|
|
114
114
|
"""List allowlisted emails # noqa: E501
|
|
@@ -146,4 +146,4 @@ class WhitelistsApi(object):
|
|
|
146
146
|
return self.api_client.call_api(
|
|
147
147
|
'/whitelists/list', 'POST',
|
|
148
148
|
body=body_params,
|
|
149
|
-
response_type='list[
|
|
149
|
+
response_type='list[InlineResponse20086]') # noqa: E501
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
6
6
|
|
|
7
|
-
OpenAPI spec version: 1.
|
|
7
|
+
OpenAPI spec version: 1.1.3
|
|
8
8
|
Contact: apihelp@mailchimp.com
|
|
9
9
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
"""
|
|
@@ -23,7 +23,7 @@ class ApiClientError(Exception):
|
|
|
23
23
|
class ApiClient(object):
|
|
24
24
|
def __init__(self):
|
|
25
25
|
self.host = "https://mandrillapp.com/api/1.0"
|
|
26
|
-
self.user_agent = '
|
|
26
|
+
self.user_agent = 'MailchimpTransactional-python/1.1.3'
|
|
27
27
|
self.format_list = ['json', 'xml', 'php', 'yaml']
|
|
28
28
|
self.content_type = 'application/json'
|
|
29
29
|
self.default_output_format = 'json'
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: mailchimp_transactional
|
|
3
|
+
Version: 1.1.3
|
|
4
|
+
Summary: Mailchimp Transactional API
|
|
5
|
+
Home-page:
|
|
6
|
+
Author-email: apihelp@mailchimp.com
|
|
7
|
+
Keywords: Swagger,Mailchimp Transactional API
|
|
8
|
+
License-File: LICENSE
|
|
9
|
+
Requires-Dist: certifi>=2017.4.17
|
|
10
|
+
Requires-Dist: python-dateutil>=2.1
|
|
11
|
+
Requires-Dist: requests>=2.23
|
|
12
|
+
Requires-Dist: six>=1.10
|
|
13
|
+
Requires-Dist: urllib3>=1.23
|
|
14
|
+
Dynamic: author-email
|
|
15
|
+
Dynamic: description
|
|
16
|
+
Dynamic: keywords
|
|
17
|
+
Dynamic: license-file
|
|
18
|
+
Dynamic: requires-dist
|
|
19
|
+
Dynamic: summary
|
|
20
|
+
|
|
21
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
22
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
mailchimp_transactional/__init__.py,sha256=KOaN9BPp-UOotSbeyJOSGP1sbJtxqCGD7EeDl_4v3xo,3645
|
|
2
|
+
mailchimp_transactional/api_client.py,sha256=6mm9DsW8p2AvlkMmkFCRsnxaGyF7daKkAPi0HemqUu8,2898
|
|
3
|
+
mailchimp_transactional/api/__init__.py,sha256=UFDfkc5MkPwpAUrHPWbpgR6T8uw_uJrnHJ5FXvbVj_o,1038
|
|
4
|
+
mailchimp_transactional/api/allowlists_api.py,sha256=F28QL2M4QsWFEOcj4TKU0pJ756bHUxtAJWDbUiTKiaI,4955
|
|
5
|
+
mailchimp_transactional/api/exports_api.py,sha256=gjVYD8lgvn7OiwPLIqwKy43CTvrpQjEdrkgrrf3RbVs,10552
|
|
6
|
+
mailchimp_transactional/api/inbound_api.py,sha256=R49_1u8lakZdBy4F7Qt_bd4RhPzctpfd8uqyutk6fpk,12671
|
|
7
|
+
mailchimp_transactional/api/ips_api.py,sha256=f2bMFZtzd88NbO-RwULgHOpsXXo0lYiE5NF7oRA-SyQ,17821
|
|
8
|
+
mailchimp_transactional/api/messages_api.py,sha256=b236DwI1Y15Zff42WT6bePUoKbJKMxRlzWtesDaojdQ,16903
|
|
9
|
+
mailchimp_transactional/api/metadata_api.py,sha256=wthgkfgJETeYfAIXJU94kWvo6xpBg88EF4LSwz3Cngk,6075
|
|
10
|
+
mailchimp_transactional/api/rejects_api.py,sha256=x3zwPG5-HCJF237KMOzYb2iTxmN6Sk_5BFUK0IUykHY,5625
|
|
11
|
+
mailchimp_transactional/api/senders_api.py,sha256=cZdmytSaVdb6qIzyEEHOcwj92xM5k_68m1mzz7vbh_Q,10839
|
|
12
|
+
mailchimp_transactional/api/subaccounts_api.py,sha256=13245dT3kTdcPgdDOTTiqh6j72i1GD1rl2noYLmlBuQ,9828
|
|
13
|
+
mailchimp_transactional/api/tags_api.py,sha256=2iJTbLFfq95OiJdi9WoxtPpUdb6BRrmjZ14ikDxZiFI,7464
|
|
14
|
+
mailchimp_transactional/api/templates_api.py,sha256=LvnvRq51BKiOIRownmuaNI_xHuCSSqqbgbAhUjFhDUI,10992
|
|
15
|
+
mailchimp_transactional/api/urls_api.py,sha256=1-N20xFpZSwqvjSmsVQ8-TXlAHJpHCjHI1kuAi0JfUY,8635
|
|
16
|
+
mailchimp_transactional/api/users_api.py,sha256=USWxrQAC16cVj26W7Q82fc5yoXbvk3cBrcfXh7wGAaQ,5777
|
|
17
|
+
mailchimp_transactional/api/webhooks_api.py,sha256=_0AdmML6M8d8By_5zorqJtlQ-heH5F-zTSRL5Lh2MAI,6813
|
|
18
|
+
mailchimp_transactional/api/whitelists_api.py,sha256=efoNv5pW1i-K4aTAaReQytjS5ceO7dRC3kTCeewfZRk,4957
|
|
19
|
+
mailchimp_transactional-1.1.3.dist-info/licenses/LICENSE,sha256=jgtd6JlUIQB7jQ2E-FfMRAj9eQC5CeKgFrUMPMnMSD4,11975
|
|
20
|
+
mailchimp_transactional-1.1.3.dist-info/METADATA,sha256=Ugh-dd4JkjPMJIRI-h7fFfpWWnYSaofO7j9rlenjM4g,623
|
|
21
|
+
mailchimp_transactional-1.1.3.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
22
|
+
mailchimp_transactional-1.1.3.dist-info/top_level.txt,sha256=i3I2SH3R40NEBuSMDtyBGolKTXlu72f4EmGipI0S96A,24
|
|
23
|
+
mailchimp_transactional-1.1.3.dist-info/RECORD,,
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: mailchimp-transactional
|
|
3
|
-
Version: 1.0.56
|
|
4
|
-
Summary: Mailchimp Transactional API
|
|
5
|
-
Home-page: UNKNOWN
|
|
6
|
-
Author: UNKNOWN
|
|
7
|
-
Author-email: apihelp@mailchimp.com
|
|
8
|
-
License: UNKNOWN
|
|
9
|
-
Keywords: Swagger,Mailchimp Transactional API
|
|
10
|
-
Platform: UNKNOWN
|
|
11
|
-
Requires-Dist: certifi >=2017.4.17
|
|
12
|
-
Requires-Dist: python-dateutil >=2.1
|
|
13
|
-
Requires-Dist: requests >=2.23
|
|
14
|
-
Requires-Dist: six >=1.10
|
|
15
|
-
Requires-Dist: urllib3 >=1.23
|
|
16
|
-
|
|
17
|
-
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
18
|
-
|
|
19
|
-
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
mailchimp_transactional/__init__.py,sha256=W-P0GULQwFVcO8sOfz_N9qPq_hNg0u2wyFfB3QPyMhs,3646
|
|
2
|
-
mailchimp_transactional/api_client.py,sha256=b9Dkg3tL5dgWT0KR6EmFUCMBwkcZHGQtxiVJXI-zDcQ,2893
|
|
3
|
-
mailchimp_transactional/api/__init__.py,sha256=UFDfkc5MkPwpAUrHPWbpgR6T8uw_uJrnHJ5FXvbVj_o,1038
|
|
4
|
-
mailchimp_transactional/api/allowlists_api.py,sha256=6-MDgMBOehMhNYP-k3CNdUBFfRP13BlYrfYTHxJ73rw,4956
|
|
5
|
-
mailchimp_transactional/api/exports_api.py,sha256=jgPF8bZD5crA-57oo01eVhdIwLXwW-BtB8o4Ef0MOx0,10553
|
|
6
|
-
mailchimp_transactional/api/inbound_api.py,sha256=Hky_awVyXcyZmbZ-jRdpowbtx3GYrpC5Vc7CttSbIEo,12672
|
|
7
|
-
mailchimp_transactional/api/ips_api.py,sha256=kt9SL-it60kNtd4Iql99P77pKv8kieEfMV177O-MrAE,17822
|
|
8
|
-
mailchimp_transactional/api/messages_api.py,sha256=Qj2-WgJHpADK3Vpmto4ga-o2Q2U8kGS50FqCWxXupw8,15675
|
|
9
|
-
mailchimp_transactional/api/metadata_api.py,sha256=hr9e2T0kNY1TnbdBXpV7RJZ3Kf3Mlu4t1uOZ0QlYwfM,6076
|
|
10
|
-
mailchimp_transactional/api/rejects_api.py,sha256=WlylZBkUStAZuAqbcdTY8L5sg8eoGmD6ktv0NzGr-D4,5626
|
|
11
|
-
mailchimp_transactional/api/senders_api.py,sha256=DsG4ZlWnnUPbN2ibow-6jH5Avb0A1YG-r1tQxs3iPzQ,10840
|
|
12
|
-
mailchimp_transactional/api/subaccounts_api.py,sha256=VdFKd3gelCxx6QKaYRTxuMdzA6D7-kqEWdSOcqh--nQ,9829
|
|
13
|
-
mailchimp_transactional/api/tags_api.py,sha256=B0EDPt-Yp-rYExipOJzC3kl5MMGq1cUmbNdlSYURSp0,7465
|
|
14
|
-
mailchimp_transactional/api/templates_api.py,sha256=P4d7P7XDO549OtGJBXWzvN0jU8DADG2_diFGqpMExVM,10993
|
|
15
|
-
mailchimp_transactional/api/urls_api.py,sha256=HfIDjKj0xf8PNRet_EB628AEKhdhwnMMrmY8ZvDc3dc,8636
|
|
16
|
-
mailchimp_transactional/api/users_api.py,sha256=rw25DQPoWHGJFIgizb0x68cuTrnR6t-A3owku8C2Fuk,5778
|
|
17
|
-
mailchimp_transactional/api/webhooks_api.py,sha256=qIKCz-UMQKqfQBCApM71060qJChHx99FdK0U2N-z2DY,6814
|
|
18
|
-
mailchimp_transactional/api/whitelists_api.py,sha256=BMPvyzpHPOxt-CwDVeBmphNNpyn5Ysf5lXAnaKLU_to,4956
|
|
19
|
-
mailchimp_transactional-1.0.56.dist-info/LICENSE,sha256=jgtd6JlUIQB7jQ2E-FfMRAj9eQC5CeKgFrUMPMnMSD4,11975
|
|
20
|
-
mailchimp_transactional-1.0.56.dist-info/METADATA,sha256=OIMjVTlm7cBK9lbeGKxQq6a3V6wGnlolAjOSTohy5-Y,535
|
|
21
|
-
mailchimp_transactional-1.0.56.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
22
|
-
mailchimp_transactional-1.0.56.dist-info/top_level.txt,sha256=i3I2SH3R40NEBuSMDtyBGolKTXlu72f4EmGipI0S96A,24
|
|
23
|
-
mailchimp_transactional-1.0.56.dist-info/RECORD,,
|
|
File without changes
|
{mailchimp_transactional-1.0.56.dist-info → mailchimp_transactional-1.1.3.dist-info}/top_level.txt
RENAMED
|
File without changes
|