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
The HelloAsso Python library offers a straightforward way to interact with the HelloAsso API in Python applications. It features a collection of pre-built classes for API resources that automatically adapt to API responses, ensuring flexibility across different versions of the HelloAsso API.
10
4
11
5
## Requirements.
12
6
@@ -18,13 +12,13 @@ Python 3.8+
18
12
If the python package is hosted on a repository, you can install directly using:
page_size =20# int | The number of items per page (optional) (default to 20)
77
71
continuation_token ='continuation_token_example'# str | Continuation Token from which we wish to retrieve results (optional)
78
-
hello_asso_api_v5_models_directory_list_forms_request =helloasso-python.HelloAssoApiV5ModelsDirectoryListFormsRequest() # HelloAssoApiV5ModelsDirectoryListFormsRequest | Body which contains the filters to apply (optional)
72
+
hello_asso_api_v5_models_directory_list_forms_request =helloasso_python.HelloAssoApiV5ModelsDirectoryListFormsRequest() # HelloAssoApiV5ModelsDirectoryListFormsRequest | Body which contains the filters to apply (optional)
page_size =20# int | The number of items per page (optional) (default to 20)
47
47
continuation_token ='continuation_token_example'# str | Continuation Token from which we wish to retrieve results (optional)
48
-
hello_asso_api_v5_models_directory_list_forms_request =helloasso-python.HelloAssoApiV5ModelsDirectoryListFormsRequest() # HelloAssoApiV5ModelsDirectoryListFormsRequest | Body which contains the filters to apply (optional)
48
+
hello_asso_api_v5_models_directory_list_forms_request =helloasso_python.HelloAssoApiV5ModelsDirectoryListFormsRequest() # HelloAssoApiV5ModelsDirectoryListFormsRequest | Body which contains the filters to apply (optional)
49
49
50
50
try:
51
51
# Récupérer les formulaires
@@ -102,15 +102,15 @@ Permet de récupérer une liste de toutes les organisations visibles corresponda
page_size =20# int | The number of items per page (optional) (default to 20)
129
129
continuation_token ='continuation_token_example'# str | Continuation Token from which we wish to retrieve results (optional)
130
-
hello_asso_api_v5_models_directory_list_organizations_request =helloasso-python.HelloAssoApiV5ModelsDirectoryListOrganizationsRequest() # HelloAssoApiV5ModelsDirectoryListOrganizationsRequest | Body which contains the filters to apply (optional)
130
+
hello_asso_api_v5_models_directory_list_organizations_request =helloasso_python.HelloAssoApiV5ModelsDirectoryListOrganizationsRequest() # HelloAssoApiV5ModelsDirectoryListOrganizationsRequest | Body which contains the filters to apply (optional)
0 commit comments