@@ -58,6 +58,8 @@ def __init__(self, api_client=None):
5858 if api_client is None :
5959 api_client = AsyncApiClient .get_default ()
6060 self .api_client = api_client
61+ self .line_base_path = "https://api.line.me"
62+
6163
6264 @overload
6365 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
136138 :rtype: None
137139 """
138140
141+ _host = self .line_base_path
139142 _params = locals ()
140143
141144 _all_params = [
@@ -199,6 +202,7 @@ def activate_audience_group_with_http_info(self, audience_group_id : Annotated[S
199202 _return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
200203 _preload_content = _params .get ('_preload_content' , True ),
201204 _request_timeout = _params .get ('_request_timeout' ),
205+ _host = _host ,
202206 collection_formats = _collection_formats ,
203207 _request_auth = _params .get ('_request_auth' ))
204208
@@ -279,6 +283,7 @@ def add_audience_to_audience_group_with_http_info(self, add_audience_to_audience
279283 :rtype: None
280284 """
281285
286+ _host = self .line_base_path
282287 _params = locals ()
283288
284289 _all_params = [
@@ -349,6 +354,7 @@ def add_audience_to_audience_group_with_http_info(self, add_audience_to_audience
349354 _return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
350355 _preload_content = _params .get ('_preload_content' , True ),
351356 _request_timeout = _params .get ('_request_timeout' ),
357+ _host = _host ,
352358 collection_formats = _collection_formats ,
353359 _request_auth = _params .get ('_request_auth' ))
354360
@@ -429,6 +435,7 @@ def create_audience_group_with_http_info(self, create_audience_group_request : C
429435 :rtype: tuple(CreateAudienceGroupResponse, status_code(int), headers(HTTPHeaderDict))
430436 """
431437
438+ _host = self .line_base_path
432439 _params = locals ()
433440
434441 _all_params = [
@@ -505,6 +512,7 @@ def create_audience_group_with_http_info(self, create_audience_group_request : C
505512 _return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
506513 _preload_content = _params .get ('_preload_content' , True ),
507514 _request_timeout = _params .get ('_request_timeout' ),
515+ _host = _host ,
508516 collection_formats = _collection_formats ,
509517 _request_auth = _params .get ('_request_auth' ))
510518
@@ -585,6 +593,7 @@ def create_click_based_audience_group_with_http_info(self, create_click_based_au
585593 :rtype: tuple(CreateClickBasedAudienceGroupResponse, status_code(int), headers(HTTPHeaderDict))
586594 """
587595
596+ _host = self .line_base_path
588597 _params = locals ()
589598
590599 _all_params = [
@@ -661,6 +670,7 @@ def create_click_based_audience_group_with_http_info(self, create_click_based_au
661670 _return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
662671 _preload_content = _params .get ('_preload_content' , True ),
663672 _request_timeout = _params .get ('_request_timeout' ),
673+ _host = _host ,
664674 collection_formats = _collection_formats ,
665675 _request_auth = _params .get ('_request_auth' ))
666676
@@ -741,6 +751,7 @@ def create_imp_based_audience_group_with_http_info(self, create_imp_based_audien
741751 :rtype: tuple(CreateImpBasedAudienceGroupResponse, status_code(int), headers(HTTPHeaderDict))
742752 """
743753
754+ _host = self .line_base_path
744755 _params = locals ()
745756
746757 _all_params = [
@@ -817,6 +828,7 @@ def create_imp_based_audience_group_with_http_info(self, create_imp_based_audien
817828 _return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
818829 _preload_content = _params .get ('_preload_content' , True ),
819830 _request_timeout = _params .get ('_request_timeout' ),
831+ _host = _host ,
820832 collection_formats = _collection_formats ,
821833 _request_auth = _params .get ('_request_auth' ))
822834
@@ -897,6 +909,7 @@ def delete_audience_group_with_http_info(self, audience_group_id : Annotated[Str
897909 :rtype: None
898910 """
899911
912+ _host = self .line_base_path
900913 _params = locals ()
901914
902915 _all_params = [
@@ -960,6 +973,7 @@ def delete_audience_group_with_http_info(self, audience_group_id : Annotated[Str
960973 _return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
961974 _preload_content = _params .get ('_preload_content' , True ),
962975 _request_timeout = _params .get ('_request_timeout' ),
976+ _host = _host ,
963977 collection_formats = _collection_formats ,
964978 _request_auth = _params .get ('_request_auth' ))
965979
@@ -1040,6 +1054,7 @@ def get_audience_data_with_http_info(self, audience_group_id : Annotated[StrictI
10401054 :rtype: tuple(GetAudienceDataResponse, status_code(int), headers(HTTPHeaderDict))
10411055 """
10421056
1057+ _host = self .line_base_path
10431058 _params = locals ()
10441059
10451060 _all_params = [
@@ -1110,6 +1125,7 @@ def get_audience_data_with_http_info(self, audience_group_id : Annotated[StrictI
11101125 _return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
11111126 _preload_content = _params .get ('_preload_content' , True ),
11121127 _request_timeout = _params .get ('_request_timeout' ),
1128+ _host = _host ,
11131129 collection_formats = _collection_formats ,
11141130 _request_auth = _params .get ('_request_auth' ))
11151131
@@ -1186,6 +1202,7 @@ def get_audience_group_authority_level_with_http_info(self, **kwargs) -> ApiResp
11861202 :rtype: tuple(GetAudienceGroupAuthorityLevelResponse, status_code(int), headers(HTTPHeaderDict))
11871203 """
11881204
1205+ _host = self .line_base_path
11891206 _params = locals ()
11901207
11911208 _all_params = [
@@ -1251,6 +1268,7 @@ def get_audience_group_authority_level_with_http_info(self, **kwargs) -> ApiResp
12511268 _return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
12521269 _preload_content = _params .get ('_preload_content' , True ),
12531270 _request_timeout = _params .get ('_request_timeout' ),
1271+ _host = _host ,
12541272 collection_formats = _collection_formats ,
12551273 _request_auth = _params .get ('_request_auth' ))
12561274
@@ -1351,6 +1369,7 @@ def get_audience_groups_with_http_info(self, page : Annotated[conint(strict=True
13511369 :rtype: tuple(GetAudienceGroupsResponse, status_code(int), headers(HTTPHeaderDict))
13521370 """
13531371
1372+ _host = self .line_base_path
13541373 _params = locals ()
13551374
13561375 _all_params = [
@@ -1440,6 +1459,7 @@ def get_audience_groups_with_http_info(self, page : Annotated[conint(strict=True
14401459 _return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
14411460 _preload_content = _params .get ('_preload_content' , True ),
14421461 _request_timeout = _params .get ('_request_timeout' ),
1462+ _host = _host ,
14431463 collection_formats = _collection_formats ,
14441464 _request_auth = _params .get ('_request_auth' ))
14451465
@@ -1520,6 +1540,7 @@ def update_audience_group_authority_level_with_http_info(self, update_audience_g
15201540 :rtype: None
15211541 """
15221542
1543+ _host = self .line_base_path
15231544 _params = locals ()
15241545
15251546 _all_params = [
@@ -1590,6 +1611,7 @@ def update_audience_group_authority_level_with_http_info(self, update_audience_g
15901611 _return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
15911612 _preload_content = _params .get ('_preload_content' , True ),
15921613 _request_timeout = _params .get ('_request_timeout' ),
1614+ _host = _host ,
15931615 collection_formats = _collection_formats ,
15941616 _request_auth = _params .get ('_request_auth' ))
15951617
@@ -1674,6 +1696,7 @@ def update_audience_group_description_with_http_info(self, audience_group_id : A
16741696 :rtype: None
16751697 """
16761698
1699+ _host = self .line_base_path
16771700 _params = locals ()
16781701
16791702 _all_params = [
@@ -1748,5 +1771,6 @@ def update_audience_group_description_with_http_info(self, audience_group_id : A
17481771 _return_http_data_only = _params .get ('_return_http_data_only' ), # noqa: E501
17491772 _preload_content = _params .get ('_preload_content' , True ),
17501773 _request_timeout = _params .get ('_request_timeout' ),
1774+ _host = _host ,
17511775 collection_formats = _collection_formats ,
17521776 _request_auth = _params .get ('_request_auth' ))
0 commit comments