You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,8 +21,8 @@ Permet de récupérer une liste de tous les formulaires visibles correspondant
21
21
22
22
```python
23
23
import helloasso_python
24
+
from helloasso_python.models.hello_asso_api_v5_common_models_common_results_with_pagination_model_synchronizable_form_model import HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelSynchronizableFormModel
24
25
from helloasso_python.models.hello_asso_api_v5_common_models_directory_list_forms_request import HelloAssoApiV5CommonModelsDirectoryListFormsRequest
25
-
from helloasso_python.models.results_with_pagination_model_synchronizable_form_model import ResultsWithPaginationModelSynchronizableFormModel
26
26
from helloasso_python.rest import ApiException
27
27
from pprint import pprint
28
28
@@ -69,7 +69,7 @@ Name | Type | Description | Notes
@@ -91,7 +91,7 @@ Name | Type | Description | Notes
91
91
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -103,8 +103,8 @@ Permet de récupérer une liste de toutes les organisations visibles corresponda
103
103
104
104
```python
105
105
import helloasso_python
106
+
from helloasso_python.models.hello_asso_api_v5_common_models_common_results_with_pagination_model_synchronizable_organization_model import HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelSynchronizableOrganizationModel
106
107
from helloasso_python.models.hello_asso_api_v5_common_models_directory_list_organizations_request import HelloAssoApiV5CommonModelsDirectoryListOrganizationsRequest
107
-
from helloasso_python.models.results_with_pagination_model_synchronizable_organization_model import ResultsWithPaginationModelSynchronizableOrganizationModel
108
108
from helloasso_python.rest import ApiException
109
109
from pprint import pprint
110
110
@@ -151,7 +151,7 @@ Name | Type | Description | Notes
Copy file name to clipboardExpand all lines: docs/CommandesApi.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ void (empty response body)
353
353
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -365,9 +365,9 @@ Obtenir les commandes d'un formulaire
365
365
366
366
```python
367
367
import helloasso_python
368
+
from helloasso_python.models.hello_asso_api_v5_common_models_common_results_with_pagination_model_order import HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelOrder
368
369
from helloasso_python.models.hello_asso_api_v5_common_models_enums_form_type import HelloAssoApiV5CommonModelsEnumsFormType
369
370
from helloasso_python.models.hello_asso_api_v5_common_models_enums_sort_order import HelloAssoApiV5CommonModelsEnumsSortOrder
370
-
from helloasso_python.models.results_with_pagination_model_order import ResultsWithPaginationModelOrder
371
371
from helloasso_python.rest import ApiException
372
372
from pprint import pprint
373
373
@@ -430,7 +430,7 @@ Name | Type | Description | Notes
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -566,9 +566,9 @@ Obtenir les commandes d'une organisation
566
566
567
567
```python
568
568
import helloasso_python
569
+
from helloasso_python.models.hello_asso_api_v5_common_models_common_results_with_pagination_model_order import HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelOrder
569
570
from helloasso_python.models.hello_asso_api_v5_common_models_enums_form_type import HelloAssoApiV5CommonModelsEnumsFormType
570
571
from helloasso_python.models.hello_asso_api_v5_common_models_enums_sort_order import HelloAssoApiV5CommonModelsEnumsSortOrder
571
-
from helloasso_python.models.results_with_pagination_model_order import ResultsWithPaginationModelOrder
572
572
from helloasso_python.rest import ApiException
573
573
from pprint import pprint
574
574
@@ -629,7 +629,7 @@ Name | Type | Description | Notes
Copy file name to clipboardExpand all lines: docs/FormulairesApi.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ Name | Type | Description | Notes
256
256
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -268,9 +268,9 @@ Liste tous les formulaires correspondant aux états et types. Si aucun filtre n'
268
268
269
269
```python
270
270
import helloasso_python
271
+
from helloasso_python.models.hello_asso_api_v5_common_models_common_results_with_pagination_model_form_light_model import HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelFormLightModel
271
272
from helloasso_python.models.hello_asso_api_v5_common_models_enums_form_state import HelloAssoApiV5CommonModelsEnumsFormState
272
273
from helloasso_python.models.hello_asso_api_v5_common_models_enums_form_type import HelloAssoApiV5CommonModelsEnumsFormType
273
-
from helloasso_python.models.results_with_pagination_model_form_light_model import ResultsWithPaginationModelFormLightModel
274
274
from helloasso_python.rest import ApiException
275
275
from pprint import pprint
276
276
@@ -323,7 +323,7 @@ Name | Type | Description | Notes
from helloasso_python.models.hello_asso_api_v5_common_models_common_results_with_pagination_model_form_light_model import HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelFormLightModel
16
+
17
+
#TODO update the JSON string below
18
+
json ="{}"
19
+
# create an instance of HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelFormLightModel from a JSON string
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
from helloasso_python.models.hello_asso_api_v5_common_models_common_results_with_pagination_model_item import HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelItem
16
+
17
+
#TODO update the JSON string below
18
+
json ="{}"
19
+
# create an instance of HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelItem from a JSON string
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments