@@ -58,6 +58,8 @@ def __init__(self, api_client=None):
58
58
if api_client is None :
59
59
api_client = AsyncApiClient .get_default ()
60
60
self .api_client = api_client
61
+ self .line_base_path = "https://api.line.me"
62
+
61
63
62
64
@overload
63
65
async def activate_audience_group (self , audience_group_id : Annotated [StrictInt , Field (..., description = "The audience ID." )], ** kwargs ) -> None : # noqa: E501
@@ -136,6 +138,7 @@ def activate_audience_group_with_http_info(self, audience_group_id : Annotated[S
136
138
:rtype: None
137
139
"""
138
140
141
+ _host = self .line_base_path
139
142
_params = locals ()
140
143
141
144
_all_params = [
@@ -199,6 +202,7 @@ def activate_audience_group_with_http_info(self, audience_group_id : Annotated[S
199
202
_return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
200
203
_preload_content = _params .get ('_preload_content' , True ),
201
204
_request_timeout = _params .get ('_request_timeout' ),
205
+ _host = _host ,
202
206
collection_formats = _collection_formats ,
203
207
_request_auth = _params .get ('_request_auth' ))
204
208
@@ -279,6 +283,7 @@ def add_audience_to_audience_group_with_http_info(self, add_audience_to_audience
279
283
:rtype: None
280
284
"""
281
285
286
+ _host = self .line_base_path
282
287
_params = locals ()
283
288
284
289
_all_params = [
@@ -349,6 +354,7 @@ def add_audience_to_audience_group_with_http_info(self, add_audience_to_audience
349
354
_return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
350
355
_preload_content = _params .get ('_preload_content' , True ),
351
356
_request_timeout = _params .get ('_request_timeout' ),
357
+ _host = _host ,
352
358
collection_formats = _collection_formats ,
353
359
_request_auth = _params .get ('_request_auth' ))
354
360
@@ -429,6 +435,7 @@ def create_audience_group_with_http_info(self, create_audience_group_request : C
429
435
:rtype: tuple(CreateAudienceGroupResponse, status_code(int), headers(HTTPHeaderDict))
430
436
"""
431
437
438
+ _host = self .line_base_path
432
439
_params = locals ()
433
440
434
441
_all_params = [
@@ -505,6 +512,7 @@ def create_audience_group_with_http_info(self, create_audience_group_request : C
505
512
_return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
506
513
_preload_content = _params .get ('_preload_content' , True ),
507
514
_request_timeout = _params .get ('_request_timeout' ),
515
+ _host = _host ,
508
516
collection_formats = _collection_formats ,
509
517
_request_auth = _params .get ('_request_auth' ))
510
518
@@ -585,6 +593,7 @@ def create_click_based_audience_group_with_http_info(self, create_click_based_au
585
593
:rtype: tuple(CreateClickBasedAudienceGroupResponse, status_code(int), headers(HTTPHeaderDict))
586
594
"""
587
595
596
+ _host = self .line_base_path
588
597
_params = locals ()
589
598
590
599
_all_params = [
@@ -661,6 +670,7 @@ def create_click_based_audience_group_with_http_info(self, create_click_based_au
661
670
_return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
662
671
_preload_content = _params .get ('_preload_content' , True ),
663
672
_request_timeout = _params .get ('_request_timeout' ),
673
+ _host = _host ,
664
674
collection_formats = _collection_formats ,
665
675
_request_auth = _params .get ('_request_auth' ))
666
676
@@ -741,6 +751,7 @@ def create_imp_based_audience_group_with_http_info(self, create_imp_based_audien
741
751
:rtype: tuple(CreateImpBasedAudienceGroupResponse, status_code(int), headers(HTTPHeaderDict))
742
752
"""
743
753
754
+ _host = self .line_base_path
744
755
_params = locals ()
745
756
746
757
_all_params = [
@@ -817,6 +828,7 @@ def create_imp_based_audience_group_with_http_info(self, create_imp_based_audien
817
828
_return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
818
829
_preload_content = _params .get ('_preload_content' , True ),
819
830
_request_timeout = _params .get ('_request_timeout' ),
831
+ _host = _host ,
820
832
collection_formats = _collection_formats ,
821
833
_request_auth = _params .get ('_request_auth' ))
822
834
@@ -897,6 +909,7 @@ def delete_audience_group_with_http_info(self, audience_group_id : Annotated[Str
897
909
:rtype: None
898
910
"""
899
911
912
+ _host = self .line_base_path
900
913
_params = locals ()
901
914
902
915
_all_params = [
@@ -960,6 +973,7 @@ def delete_audience_group_with_http_info(self, audience_group_id : Annotated[Str
960
973
_return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
961
974
_preload_content = _params .get ('_preload_content' , True ),
962
975
_request_timeout = _params .get ('_request_timeout' ),
976
+ _host = _host ,
963
977
collection_formats = _collection_formats ,
964
978
_request_auth = _params .get ('_request_auth' ))
965
979
@@ -1040,6 +1054,7 @@ def get_audience_data_with_http_info(self, audience_group_id : Annotated[StrictI
1040
1054
:rtype: tuple(GetAudienceDataResponse, status_code(int), headers(HTTPHeaderDict))
1041
1055
"""
1042
1056
1057
+ _host = self .line_base_path
1043
1058
_params = locals ()
1044
1059
1045
1060
_all_params = [
@@ -1110,6 +1125,7 @@ def get_audience_data_with_http_info(self, audience_group_id : Annotated[StrictI
1110
1125
_return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
1111
1126
_preload_content = _params .get ('_preload_content' , True ),
1112
1127
_request_timeout = _params .get ('_request_timeout' ),
1128
+ _host = _host ,
1113
1129
collection_formats = _collection_formats ,
1114
1130
_request_auth = _params .get ('_request_auth' ))
1115
1131
@@ -1186,6 +1202,7 @@ def get_audience_group_authority_level_with_http_info(self, **kwargs) -> ApiResp
1186
1202
:rtype: tuple(GetAudienceGroupAuthorityLevelResponse, status_code(int), headers(HTTPHeaderDict))
1187
1203
"""
1188
1204
1205
+ _host = self .line_base_path
1189
1206
_params = locals ()
1190
1207
1191
1208
_all_params = [
@@ -1251,6 +1268,7 @@ def get_audience_group_authority_level_with_http_info(self, **kwargs) -> ApiResp
1251
1268
_return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
1252
1269
_preload_content = _params .get ('_preload_content' , True ),
1253
1270
_request_timeout = _params .get ('_request_timeout' ),
1271
+ _host = _host ,
1254
1272
collection_formats = _collection_formats ,
1255
1273
_request_auth = _params .get ('_request_auth' ))
1256
1274
@@ -1351,6 +1369,7 @@ def get_audience_groups_with_http_info(self, page : Annotated[conint(strict=True
1351
1369
:rtype: tuple(GetAudienceGroupsResponse, status_code(int), headers(HTTPHeaderDict))
1352
1370
"""
1353
1371
1372
+ _host = self .line_base_path
1354
1373
_params = locals ()
1355
1374
1356
1375
_all_params = [
@@ -1440,6 +1459,7 @@ def get_audience_groups_with_http_info(self, page : Annotated[conint(strict=True
1440
1459
_return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
1441
1460
_preload_content = _params .get ('_preload_content' , True ),
1442
1461
_request_timeout = _params .get ('_request_timeout' ),
1462
+ _host = _host ,
1443
1463
collection_formats = _collection_formats ,
1444
1464
_request_auth = _params .get ('_request_auth' ))
1445
1465
@@ -1520,6 +1540,7 @@ def update_audience_group_authority_level_with_http_info(self, update_audience_g
1520
1540
:rtype: None
1521
1541
"""
1522
1542
1543
+ _host = self .line_base_path
1523
1544
_params = locals ()
1524
1545
1525
1546
_all_params = [
@@ -1590,6 +1611,7 @@ def update_audience_group_authority_level_with_http_info(self, update_audience_g
1590
1611
_return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
1591
1612
_preload_content = _params .get ('_preload_content' , True ),
1592
1613
_request_timeout = _params .get ('_request_timeout' ),
1614
+ _host = _host ,
1593
1615
collection_formats = _collection_formats ,
1594
1616
_request_auth = _params .get ('_request_auth' ))
1595
1617
@@ -1674,6 +1696,7 @@ def update_audience_group_description_with_http_info(self, audience_group_id : A
1674
1696
:rtype: None
1675
1697
"""
1676
1698
1699
+ _host = self .line_base_path
1677
1700
_params = locals ()
1678
1701
1679
1702
_all_params = [
@@ -1748,5 +1771,6 @@ def update_audience_group_description_with_http_info(self, audience_group_id : A
1748
1771
_return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
1749
1772
_preload_content = _params .get ('_preload_content' , True ),
1750
1773
_request_timeout = _params .get ('_request_timeout' ),
1774
+ _host = _host ,
1751
1775
collection_formats = _collection_formats ,
1752
1776
_request_auth = _params .get ('_request_auth' ))
0 commit comments