|
5 | 5 |
|
6 | 6 | ## aind-smartsheet-service Service to pull data from SmartSheet. |
7 | 7 |
|
8 | | - The version of the OpenAPI document: 0.1.4 |
| 8 | + The version of the OpenAPI document: 0.1.5 |
9 | 9 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
10 | 10 |
|
11 | 11 | Do not edit the class manually. |
@@ -41,7 +41,7 @@ def __init__(self, api_client=None) -> None: |
41 | 41 |
|
42 | 42 |
|
43 | 43 | @validate_call |
44 | | - def get_funding( |
| 44 | + async def get_funding( |
45 | 45 | self, |
46 | 46 | project_name: Optional[StrictStr] = None, |
47 | 47 | subproject: Optional[StrictStr] = None, |
@@ -101,19 +101,19 @@ def get_funding( |
101 | 101 | '200': "List[FundingModel]", |
102 | 102 | '422': "HTTPValidationError", |
103 | 103 | } |
104 | | - response_data = self.api_client.call_api( |
| 104 | + response_data = await self.api_client.call_api( |
105 | 105 | *_param, |
106 | 106 | _request_timeout=_request_timeout |
107 | 107 | ) |
108 | | - response_data.read() |
| 108 | + await response_data.read() |
109 | 109 | return self.api_client.response_deserialize( |
110 | 110 | response_data=response_data, |
111 | 111 | response_types_map=_response_types_map, |
112 | 112 | ).data |
113 | 113 |
|
114 | 114 |
|
115 | 115 | @validate_call |
116 | | - def get_funding_with_http_info( |
| 116 | + async def get_funding_with_http_info( |
117 | 117 | self, |
118 | 118 | project_name: Optional[StrictStr] = None, |
119 | 119 | subproject: Optional[StrictStr] = None, |
@@ -173,19 +173,19 @@ def get_funding_with_http_info( |
173 | 173 | '200': "List[FundingModel]", |
174 | 174 | '422': "HTTPValidationError", |
175 | 175 | } |
176 | | - response_data = self.api_client.call_api( |
| 176 | + response_data = await self.api_client.call_api( |
177 | 177 | *_param, |
178 | 178 | _request_timeout=_request_timeout |
179 | 179 | ) |
180 | | - response_data.read() |
| 180 | + await response_data.read() |
181 | 181 | return self.api_client.response_deserialize( |
182 | 182 | response_data=response_data, |
183 | 183 | response_types_map=_response_types_map, |
184 | 184 | ) |
185 | 185 |
|
186 | 186 |
|
187 | 187 | @validate_call |
188 | | - def get_funding_without_preload_content( |
| 188 | + async def get_funding_without_preload_content( |
189 | 189 | self, |
190 | 190 | project_name: Optional[StrictStr] = None, |
191 | 191 | subproject: Optional[StrictStr] = None, |
@@ -245,7 +245,7 @@ def get_funding_without_preload_content( |
245 | 245 | '200': "List[FundingModel]", |
246 | 246 | '422': "HTTPValidationError", |
247 | 247 | } |
248 | | - response_data = self.api_client.call_api( |
| 248 | + response_data = await self.api_client.call_api( |
249 | 249 | *_param, |
250 | 250 | _request_timeout=_request_timeout |
251 | 251 | ) |
@@ -323,7 +323,7 @@ def _get_funding_serialize( |
323 | 323 |
|
324 | 324 |
|
325 | 325 | @validate_call |
326 | | - def get_perfusions( |
| 326 | + async def get_perfusions( |
327 | 327 | self, |
328 | 328 | subject_id: Optional[StrictStr] = None, |
329 | 329 | _request_timeout: Union[ |
@@ -379,19 +379,19 @@ def get_perfusions( |
379 | 379 | '200': "List[PerfusionsModel]", |
380 | 380 | '422': "HTTPValidationError", |
381 | 381 | } |
382 | | - response_data = self.api_client.call_api( |
| 382 | + response_data = await self.api_client.call_api( |
383 | 383 | *_param, |
384 | 384 | _request_timeout=_request_timeout |
385 | 385 | ) |
386 | | - response_data.read() |
| 386 | + await response_data.read() |
387 | 387 | return self.api_client.response_deserialize( |
388 | 388 | response_data=response_data, |
389 | 389 | response_types_map=_response_types_map, |
390 | 390 | ).data |
391 | 391 |
|
392 | 392 |
|
393 | 393 | @validate_call |
394 | | - def get_perfusions_with_http_info( |
| 394 | + async def get_perfusions_with_http_info( |
395 | 395 | self, |
396 | 396 | subject_id: Optional[StrictStr] = None, |
397 | 397 | _request_timeout: Union[ |
@@ -447,19 +447,19 @@ def get_perfusions_with_http_info( |
447 | 447 | '200': "List[PerfusionsModel]", |
448 | 448 | '422': "HTTPValidationError", |
449 | 449 | } |
450 | | - response_data = self.api_client.call_api( |
| 450 | + response_data = await self.api_client.call_api( |
451 | 451 | *_param, |
452 | 452 | _request_timeout=_request_timeout |
453 | 453 | ) |
454 | | - response_data.read() |
| 454 | + await response_data.read() |
455 | 455 | return self.api_client.response_deserialize( |
456 | 456 | response_data=response_data, |
457 | 457 | response_types_map=_response_types_map, |
458 | 458 | ) |
459 | 459 |
|
460 | 460 |
|
461 | 461 | @validate_call |
462 | | - def get_perfusions_without_preload_content( |
| 462 | + async def get_perfusions_without_preload_content( |
463 | 463 | self, |
464 | 464 | subject_id: Optional[StrictStr] = None, |
465 | 465 | _request_timeout: Union[ |
@@ -515,7 +515,7 @@ def get_perfusions_without_preload_content( |
515 | 515 | '200': "List[PerfusionsModel]", |
516 | 516 | '422': "HTTPValidationError", |
517 | 517 | } |
518 | | - response_data = self.api_client.call_api( |
| 518 | + response_data = await self.api_client.call_api( |
519 | 519 | *_param, |
520 | 520 | _request_timeout=_request_timeout |
521 | 521 | ) |
@@ -588,7 +588,7 @@ def _get_perfusions_serialize( |
588 | 588 |
|
589 | 589 |
|
590 | 590 | @validate_call |
591 | | - def get_project_names( |
| 591 | + async def get_project_names( |
592 | 592 | self, |
593 | 593 | _request_timeout: Union[ |
594 | 594 | None, |
@@ -639,19 +639,19 @@ def get_project_names( |
639 | 639 | _response_types_map: Dict[str, Optional[str]] = { |
640 | 640 | '200': "List[Optional[str]]", |
641 | 641 | } |
642 | | - response_data = self.api_client.call_api( |
| 642 | + response_data = await self.api_client.call_api( |
643 | 643 | *_param, |
644 | 644 | _request_timeout=_request_timeout |
645 | 645 | ) |
646 | | - response_data.read() |
| 646 | + await response_data.read() |
647 | 647 | return self.api_client.response_deserialize( |
648 | 648 | response_data=response_data, |
649 | 649 | response_types_map=_response_types_map, |
650 | 650 | ).data |
651 | 651 |
|
652 | 652 |
|
653 | 653 | @validate_call |
654 | | - def get_project_names_with_http_info( |
| 654 | + async def get_project_names_with_http_info( |
655 | 655 | self, |
656 | 656 | _request_timeout: Union[ |
657 | 657 | None, |
@@ -702,19 +702,19 @@ def get_project_names_with_http_info( |
702 | 702 | _response_types_map: Dict[str, Optional[str]] = { |
703 | 703 | '200': "List[Optional[str]]", |
704 | 704 | } |
705 | | - response_data = self.api_client.call_api( |
| 705 | + response_data = await self.api_client.call_api( |
706 | 706 | *_param, |
707 | 707 | _request_timeout=_request_timeout |
708 | 708 | ) |
709 | | - response_data.read() |
| 709 | + await response_data.read() |
710 | 710 | return self.api_client.response_deserialize( |
711 | 711 | response_data=response_data, |
712 | 712 | response_types_map=_response_types_map, |
713 | 713 | ) |
714 | 714 |
|
715 | 715 |
|
716 | 716 | @validate_call |
717 | | - def get_project_names_without_preload_content( |
| 717 | + async def get_project_names_without_preload_content( |
718 | 718 | self, |
719 | 719 | _request_timeout: Union[ |
720 | 720 | None, |
@@ -765,7 +765,7 @@ def get_project_names_without_preload_content( |
765 | 765 | _response_types_map: Dict[str, Optional[str]] = { |
766 | 766 | '200': "List[Optional[str]]", |
767 | 767 | } |
768 | | - response_data = self.api_client.call_api( |
| 768 | + response_data = await self.api_client.call_api( |
769 | 769 | *_param, |
770 | 770 | _request_timeout=_request_timeout |
771 | 771 | ) |
@@ -833,7 +833,7 @@ def _get_project_names_serialize( |
833 | 833 |
|
834 | 834 |
|
835 | 835 | @validate_call |
836 | | - def get_protocols( |
| 836 | + async def get_protocols( |
837 | 837 | self, |
838 | 838 | protocol_name: Optional[StrictStr] = None, |
839 | 839 | _request_timeout: Union[ |
@@ -889,19 +889,19 @@ def get_protocols( |
889 | 889 | '200': "List[ProtocolsModel]", |
890 | 890 | '422': "HTTPValidationError", |
891 | 891 | } |
892 | | - response_data = self.api_client.call_api( |
| 892 | + response_data = await self.api_client.call_api( |
893 | 893 | *_param, |
894 | 894 | _request_timeout=_request_timeout |
895 | 895 | ) |
896 | | - response_data.read() |
| 896 | + await response_data.read() |
897 | 897 | return self.api_client.response_deserialize( |
898 | 898 | response_data=response_data, |
899 | 899 | response_types_map=_response_types_map, |
900 | 900 | ).data |
901 | 901 |
|
902 | 902 |
|
903 | 903 | @validate_call |
904 | | - def get_protocols_with_http_info( |
| 904 | + async def get_protocols_with_http_info( |
905 | 905 | self, |
906 | 906 | protocol_name: Optional[StrictStr] = None, |
907 | 907 | _request_timeout: Union[ |
@@ -957,19 +957,19 @@ def get_protocols_with_http_info( |
957 | 957 | '200': "List[ProtocolsModel]", |
958 | 958 | '422': "HTTPValidationError", |
959 | 959 | } |
960 | | - response_data = self.api_client.call_api( |
| 960 | + response_data = await self.api_client.call_api( |
961 | 961 | *_param, |
962 | 962 | _request_timeout=_request_timeout |
963 | 963 | ) |
964 | | - response_data.read() |
| 964 | + await response_data.read() |
965 | 965 | return self.api_client.response_deserialize( |
966 | 966 | response_data=response_data, |
967 | 967 | response_types_map=_response_types_map, |
968 | 968 | ) |
969 | 969 |
|
970 | 970 |
|
971 | 971 | @validate_call |
972 | | - def get_protocols_without_preload_content( |
| 972 | + async def get_protocols_without_preload_content( |
973 | 973 | self, |
974 | 974 | protocol_name: Optional[StrictStr] = None, |
975 | 975 | _request_timeout: Union[ |
@@ -1025,7 +1025,7 @@ def get_protocols_without_preload_content( |
1025 | 1025 | '200': "List[ProtocolsModel]", |
1026 | 1026 | '422': "HTTPValidationError", |
1027 | 1027 | } |
1028 | | - response_data = self.api_client.call_api( |
| 1028 | + response_data = await self.api_client.call_api( |
1029 | 1029 | *_param, |
1030 | 1030 | _request_timeout=_request_timeout |
1031 | 1031 | ) |
|
0 commit comments