elabapi-python 5.0.2__tar.gz → 5.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/PKG-INFO +1 -1
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/README.md +29 -15
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/__init__.py +15 -4
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/__init__.py +3 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/experiments_api.py +34 -2
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/experiments_categories_api.py +12 -12
- elabapi_python-5.1.0/elabapi_python/api/exports_api.py +395 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/extra_fields_keys_api.py +2 -2
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/favorite_tags_api.py +3 -3
- elabapi_python-5.1.0/elabapi_python/api/import_api.py +223 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/items_api.py +38 -2
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/notifications_api.py +11 -11
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/resources_status_api.py +2 -2
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/revisions_api.py +3 -108
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/tags_api.py +4 -4
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/team_tags_api.py +114 -66
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/teamgroups_api.py +3 -3
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/teams_api.py +2 -2
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/uploads_api.py +10 -2
- elabapi_python-5.1.0/elabapi_python/api/user_uploads_api.py +126 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/users_api.py +10 -6
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api_client.py +1 -1
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/configuration.py +1 -1
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/__init__.py +12 -4
- elabapi_python-5.1.0/elabapi_python/models/any_ofuploads_subid_body1.py +84 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/apikey.py +55 -3
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/config.py +175 -1
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/entity.py +27 -1
- elabapi_python-5.1.0/elabapi_python/models/exclusive_edit_mode.py +162 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/experiment_template.py +55 -3
- elabapi_python-5.1.0/elabapi_python/models/export.py +578 -0
- elabapi_python-5.1.0/elabapi_python/models/exports_body.py +315 -0
- elabapi_python-5.1.0/elabapi_python/models/id4.py +84 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/id_experiments_categories_body.py +4 -4
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/id_tags_body.py +2 -2
- elabapi-python-5.0.2/elabapi_python/models/team_tags_body1.py → elabapi_python-5.1.0/elabapi_python/models/id_tags_body1.py +14 -8
- elabapi-python-5.0.2/elabapi_python/models/team_tags_body.py → elabapi_python-5.1.0/elabapi_python/models/id_tags_body2.py +10 -10
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/idps_id_body.py +6 -0
- elabapi_python-5.1.0/elabapi_python/models/import_body.py +232 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/inline_response200.py +87 -3
- elabapi_python-5.1.0/elabapi_python/models/inline_response2001.py +196 -0
- elabapi-python-5.0.2/elabapi_python/models/inline_response2001.py → elabapi_python-5.1.0/elabapi_python/models/inline_response2002.py +16 -16
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/inline_response2003.py +29 -3
- elabapi_python-5.1.0/elabapi_python/models/inline_response2004.py +136 -0
- elabapi-python-5.0.2/elabapi_python/models/inline_response2004.py → elabapi_python-5.1.0/elabapi_python/models/inline_response2005.py +16 -16
- elabapi-python-5.0.2/elabapi_python/models/inline_response2005.py → elabapi_python-5.1.0/elabapi_python/models/inline_response2006.py +56 -56
- elabapi_python-5.1.0/elabapi_python/models/inline_response2007.py +344 -0
- elabapi-python-5.0.2/elabapi_python/models/inline_response2006.py → elabapi_python-5.1.0/elabapi_python/models/inline_response2008.py +28 -28
- elabapi-python-5.0.2/elabapi_python/models/inline_response2007.py → elabapi_python-5.1.0/elabapi_python/models/inline_response2009.py +20 -20
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/link.py +133 -3
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/revisions_subid_body.py +6 -0
- elabapi-python-5.0.2/elabapi_python/models/team_tags_id_body.py → elabapi_python-5.1.0/elabapi_python/models/tags_subid_body.py +18 -12
- elabapi-python-5.0.2/elabapi_python/models/tags_subid_body.py → elabapi_python-5.1.0/elabapi_python/models/tags_subid_body1.py +14 -8
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/team.py +117 -3
- elabapi_python-5.1.0/elabapi_python/models/teams_id_body.py +84 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/uploads_subid_body1.py +6 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/users.py +29 -1
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python.egg-info/PKG-INFO +1 -1
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python.egg-info/SOURCES.txt +30 -8
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/setup.py +1 -1
- elabapi_python-5.1.0/test/test_any_ofuploads_subid_body1.py +39 -0
- elabapi_python-5.1.0/test/test_exclusive_edit_mode.py +39 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_experiments_categories_api.py +2 -2
- elabapi_python-5.1.0/test/test_export.py +39 -0
- elabapi_python-5.1.0/test/test_exports_api.py +61 -0
- elabapi_python-5.1.0/test/test_exports_body.py +39 -0
- elabapi_python-5.1.0/test/test_id4.py +39 -0
- elabapi_python-5.1.0/test/test_id_tags_body1.py +39 -0
- elabapi_python-5.1.0/test/test_id_tags_body2.py +39 -0
- elabapi_python-5.1.0/test/test_import_api.py +47 -0
- elabapi_python-5.1.0/test/test_import_body.py +39 -0
- elabapi_python-5.1.0/test/test_inline_response2008.py +39 -0
- elabapi_python-5.1.0/test/test_inline_response2009.py +39 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_resources_status_api.py +1 -1
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_revisions_api.py +0 -7
- elabapi_python-5.1.0/test/test_tags_subid_body1.py +39 -0
- elabapi_python-5.1.0/test/test_teams_id_body.py +39 -0
- elabapi_python-5.1.0/test/test_user_uploads_api.py +40 -0
- elabapi-python-5.0.2/elabapi_python/models/id_revisions_body.py +0 -111
- elabapi-python-5.0.2/elabapi_python/models/inline_response2002.py +0 -162
- elabapi-python-5.0.2/test/test_id_revisions_body.py +0 -39
- elabapi-python-5.0.2/test/test_team_tags_body.py +0 -39
- elabapi-python-5.0.2/test/test_team_tags_body1.py +0 -39
- elabapi-python-5.0.2/test/test_team_tags_id_body.py +0 -39
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/api_keys_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/comments_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/config_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/events_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/experiments_status_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/experiments_templates_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/idps_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/info_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/items_types_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/links_to_experiments_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/links_to_items_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/steps_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/todolist_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/unfinished_steps_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/apikeys_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/comment.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/event.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/event_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/eventid_delta.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/events_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/experiment.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/experiments_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/experiments_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/experiments_links_subid_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/experiments_templates_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/experiments_templates_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/extra_fields_keys.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/favtags_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/id.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/id1.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/id2.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/id3.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/id_comments_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/id_experiments_status_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/id_items_status_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/id_steps_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/id_teamgroups_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/id_uploads_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/idp.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/idps_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/item.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/items_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/items_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/items_links_subid_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/items_type.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/items_types_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/notification.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/revision.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/statuslike.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/step.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/steps_subid_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/tag.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/teamgroup.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/teamgroup_users.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/teamgroups_subid_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/teams_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/todoitem.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/todolist_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/todolist_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/unfinished_step.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/unfinished_steps.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/upload.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/uploads_subid_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/users_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/users_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/models/users_teams.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/rest.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python.egg-info/dependency_links.txt +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python.egg-info/requires.txt +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python.egg-info/top_level.txt +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/setup.cfg +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/__init__.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_api_keys_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_apikey.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_apikeys_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_comment.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_comments_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_config.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_config_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_entity.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_event.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_event_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_eventid_delta.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_events_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_events_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_experiment.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_experiment_template.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_experiments_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_experiments_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_experiments_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_experiments_links_subid_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_experiments_status_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_experiments_templates_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_experiments_templates_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_experiments_templates_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_extra_fields_keys.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_extra_fields_keys_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_favorite_tags_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_favtags_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_id.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_id1.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_id2.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_id3.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_id_comments_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_id_experiments_categories_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_id_experiments_status_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_id_items_status_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_id_steps_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_id_tags_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_id_teamgroups_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_id_uploads_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_idp.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_idps_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_idps_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_idps_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_info_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_inline_response200.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_inline_response2001.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_inline_response2002.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_inline_response2003.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_inline_response2004.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_inline_response2005.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_inline_response2006.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_inline_response2007.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_item.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_items_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_items_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_items_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_items_links_subid_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_items_type.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_items_types_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_items_types_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_link.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_links_to_experiments_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_links_to_items_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_notification.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_notifications_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_revision.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_revisions_subid_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_statuslike.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_step.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_steps_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_steps_subid_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_tag.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_tags_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_tags_subid_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_team.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_team_tags_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_teamgroup.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_teamgroup_users.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_teamgroups_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_teamgroups_subid_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_teams_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_teams_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_todoitem.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_todolist_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_todolist_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_todolist_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_unfinished_step.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_unfinished_steps.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_unfinished_steps_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_upload.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_uploads_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_uploads_subid_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_uploads_subid_body1.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_users.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_users_api.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_users_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_users_id_body.py +0 -0
- {elabapi-python-5.0.2 → elabapi_python-5.1.0}/test/test_users_teams.py +0 -0
|
@@ -4,7 +4,7 @@ This document describes all available endpoints and methods for eLabFTW's API ve
|
|
|
4
4
|
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
5
5
|
|
|
6
6
|
- API version: 2.0.0
|
|
7
|
-
- Package version: 5.0
|
|
7
|
+
- Package version: 5.1.0
|
|
8
8
|
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
|
|
9
9
|
|
|
10
10
|
## Requirements.
|
|
@@ -129,9 +129,9 @@ Class | Method | HTTP request | Description
|
|
|
129
129
|
*ExperimentsApi* | [**read_experiments**](docs/ExperimentsApi.md#read_experiments) | **GET** /experiments | Read all experiments that are accessible
|
|
130
130
|
*ExperimentsCategoriesApi* | [**delete_expcat**](docs/ExperimentsCategoriesApi.md#delete_expcat) | **DELETE** /teams/{id}/experiments_categories/{subid} | Delete a category.
|
|
131
131
|
*ExperimentsCategoriesApi* | [**patch_expcat**](docs/ExperimentsCategoriesApi.md#patch_expcat) | **PATCH** /teams/{id}/experiments_categories/{subid} | Modify a category.
|
|
132
|
-
*ExperimentsCategoriesApi* | [**post_team_one_expcat**](docs/ExperimentsCategoriesApi.md#post_team_one_expcat) | **POST** /teams/{id}/experiments_categories | Create a new experiments
|
|
132
|
+
*ExperimentsCategoriesApi* | [**post_team_one_expcat**](docs/ExperimentsCategoriesApi.md#post_team_one_expcat) | **POST** /teams/{id}/experiments_categories | Create a new category for experiments.
|
|
133
133
|
*ExperimentsCategoriesApi* | [**read_team_experiments_categories**](docs/ExperimentsCategoriesApi.md#read_team_experiments_categories) | **GET** /teams/{id}/experiments_categories | Read experiments categories of a team.
|
|
134
|
-
*ExperimentsCategoriesApi* | [**read_team_one_expcat**](docs/ExperimentsCategoriesApi.md#read_team_one_expcat) | **GET** /teams/{id}/experiments_categories/{subid} | Read a
|
|
134
|
+
*ExperimentsCategoriesApi* | [**read_team_one_expcat**](docs/ExperimentsCategoriesApi.md#read_team_one_expcat) | **GET** /teams/{id}/experiments_categories/{subid} | Read a category.
|
|
135
135
|
*ExperimentsStatusApi* | [**delete_expstatus**](docs/ExperimentsStatusApi.md#delete_expstatus) | **DELETE** /teams/{id}/experiments_status/{subid} | Delete a status.
|
|
136
136
|
*ExperimentsStatusApi* | [**patch_expstatus**](docs/ExperimentsStatusApi.md#patch_expstatus) | **PATCH** /teams/{id}/experiments_status/{subid} | Modify a status.
|
|
137
137
|
*ExperimentsStatusApi* | [**post_team_one_expstatus**](docs/ExperimentsStatusApi.md#post_team_one_expstatus) | **POST** /teams/{id}/experiments_status | Create a new experiments status.
|
|
@@ -142,6 +142,10 @@ Class | Method | HTTP request | Description
|
|
|
142
142
|
*ExperimentsTemplatesApi* | [**patch_experiment_template**](docs/ExperimentsTemplatesApi.md#patch_experiment_template) | **PATCH** /experiments_templates/{id} | Modify an experiment template
|
|
143
143
|
*ExperimentsTemplatesApi* | [**post_experiment_template**](docs/ExperimentsTemplatesApi.md#post_experiment_template) | **POST** /experiments_templates | Create an experiment template
|
|
144
144
|
*ExperimentsTemplatesApi* | [**read_experiments_templates**](docs/ExperimentsTemplatesApi.md#read_experiments_templates) | **GET** /experiments_templates | Read all experiments_templates that are accessible
|
|
145
|
+
*ExportsApi* | [**delete_export**](docs/ExportsApi.md#delete_export) | **DELETE** /exports/{id} | Remove an export request and its associated file
|
|
146
|
+
*ExportsApi* | [**post_export**](docs/ExportsApi.md#post_export) | **POST** /exports | Register an export request
|
|
147
|
+
*ExportsApi* | [**read_export**](docs/ExportsApi.md#read_export) | **GET** /exports/{id} | Get export
|
|
148
|
+
*ExportsApi* | [**readall_exports**](docs/ExportsApi.md#readall_exports) | **GET** /exports | List exports
|
|
145
149
|
*ExtraFieldsKeysApi* | [**extra_fields_keys**](docs/ExtraFieldsKeysApi.md#extra_fields_keys) | **GET** /extra_fields_keys | Read extra fields keys.
|
|
146
150
|
*FavoriteTagsApi* | [**delete_favtag**](docs/FavoriteTagsApi.md#delete_favtag) | **DELETE** /favtags/{id} | Unfavorite a tag.
|
|
147
151
|
*FavoriteTagsApi* | [**post_favtags**](docs/FavoriteTagsApi.md#post_favtags) | **POST** /favtags | Add a tag as favorite.
|
|
@@ -151,6 +155,8 @@ Class | Method | HTTP request | Description
|
|
|
151
155
|
*IdpsApi* | [**post_idp**](docs/IdpsApi.md#post_idp) | **POST** /idps | Create an idp.
|
|
152
156
|
*IdpsApi* | [**read_idp**](docs/IdpsApi.md#read_idp) | **GET** /idps/{id} | Read an idp.
|
|
153
157
|
*IdpsApi* | [**read_idps**](docs/IdpsApi.md#read_idps) | **GET** /idps | Read all IDPs.
|
|
158
|
+
*ImportApi* | [**post_import**](docs/ImportApi.md#post_import) | **POST** /import | Send a file to import
|
|
159
|
+
*ImportApi* | [**read_import**](docs/ImportApi.md#read_import) | **GET** /import | Get information about this endpoint
|
|
154
160
|
*InfoApi* | [**get_info**](docs/InfoApi.md#get_info) | **GET** /info | Get information about the instance.
|
|
155
161
|
*ItemsApi* | [**delete_item**](docs/ItemsApi.md#delete_item) | **DELETE** /items/{id} | Delete an item.
|
|
156
162
|
*ItemsApi* | [**get_item**](docs/ItemsApi.md#get_item) | **GET** /items/{id} | Read an item
|
|
@@ -174,11 +180,10 @@ Class | Method | HTTP request | Description
|
|
|
174
180
|
*NotificationsApi* | [**read_notifications**](docs/NotificationsApi.md#read_notifications) | **GET** /users/{id}/notifications | Read notifications of a user.
|
|
175
181
|
*ResourcesStatusApi* | [**delete_resstatus**](docs/ResourcesStatusApi.md#delete_resstatus) | **DELETE** /teams/{id}/items_status/{subid} | Delete a status.
|
|
176
182
|
*ResourcesStatusApi* | [**patch_resstatus**](docs/ResourcesStatusApi.md#patch_resstatus) | **PATCH** /teams/{id}/items_status/{subid} | Modify a status.
|
|
177
|
-
*ResourcesStatusApi* | [**post_team_one_resstat**](docs/ResourcesStatusApi.md#post_team_one_resstat) | **POST** /teams/{id}/items_status | Create a new
|
|
183
|
+
*ResourcesStatusApi* | [**post_team_one_resstat**](docs/ResourcesStatusApi.md#post_team_one_resstat) | **POST** /teams/{id}/items_status | Create a new status for resources.
|
|
178
184
|
*ResourcesStatusApi* | [**read_team_items_status**](docs/ResourcesStatusApi.md#read_team_items_status) | **GET** /teams/{id}/items_status | Read resources status of a team.
|
|
179
185
|
*ResourcesStatusApi* | [**read_team_one_resstatus**](docs/ResourcesStatusApi.md#read_team_one_resstatus) | **GET** /teams/{id}/items_status/{subid} | Read a status.
|
|
180
186
|
*RevisionsApi* | [**patch_entity_revision**](docs/RevisionsApi.md#patch_entity_revision) | **PATCH** /{entity_type}/{id}/revisions/{subid} | Restore a revision.
|
|
181
|
-
*RevisionsApi* | [**post_entity_revisions**](docs/RevisionsApi.md#post_entity_revisions) | **POST** /{entity_type}/{id}/revisions | Create a revision.
|
|
182
187
|
*RevisionsApi* | [**read_entity_revision**](docs/RevisionsApi.md#read_entity_revision) | **GET** /{entity_type}/{id}/revisions/{subid} | Read a revision of that entity.
|
|
183
188
|
*RevisionsApi* | [**read_entity_revisions**](docs/RevisionsApi.md#read_entity_revisions) | **GET** /{entity_type}/{id}/revisions | Read all revisions of that entity.
|
|
184
189
|
*StepsApi* | [**delete_step**](docs/StepsApi.md#delete_step) | **DELETE** /{entity_type}/{id}/steps/{subid} | Delete a step.
|
|
@@ -190,12 +195,12 @@ Class | Method | HTTP request | Description
|
|
|
190
195
|
*TagsApi* | [**post_tag**](docs/TagsApi.md#post_tag) | **POST** /{entity_type}/{id}/tags | Create a tag.
|
|
191
196
|
*TagsApi* | [**read_tag**](docs/TagsApi.md#read_tag) | **GET** /{entity_type}/{id}/tags/{subid} | Read a tag.
|
|
192
197
|
*TagsApi* | [**read_tags**](docs/TagsApi.md#read_tags) | **GET** /{entity_type}/{id}/tags | Read all tags of that entity.
|
|
193
|
-
*TeamTagsApi* | [**delete_team_tag**](docs/TeamTagsApi.md#delete_team_tag) | **DELETE** /
|
|
194
|
-
*TeamTagsApi* | [**patch_tags**](docs/TeamTagsApi.md#patch_tags) | **PATCH** /
|
|
195
|
-
*TeamTagsApi* | [**patch_team_tag**](docs/TeamTagsApi.md#patch_team_tag) | **PATCH** /
|
|
196
|
-
*TeamTagsApi* | [**post_team_tag**](docs/TeamTagsApi.md#post_team_tag) | **POST** /
|
|
197
|
-
*TeamTagsApi* | [**read_team_tag**](docs/TeamTagsApi.md#read_team_tag) | **GET** /
|
|
198
|
-
*TeamTagsApi* | [**read_team_tags**](docs/TeamTagsApi.md#read_team_tags) | **GET** /
|
|
198
|
+
*TeamTagsApi* | [**delete_team_tag**](docs/TeamTagsApi.md#delete_team_tag) | **DELETE** /teams/{id}/tags/{subid} | Delete a tag.
|
|
199
|
+
*TeamTagsApi* | [**patch_tags**](docs/TeamTagsApi.md#patch_tags) | **PATCH** /teams/{id}/tags | Actions on tags.
|
|
200
|
+
*TeamTagsApi* | [**patch_team_tag**](docs/TeamTagsApi.md#patch_team_tag) | **PATCH** /teams/{id}/tags/{subid} | Actions on a tag.
|
|
201
|
+
*TeamTagsApi* | [**post_team_tag**](docs/TeamTagsApi.md#post_team_tag) | **POST** /teams/{id}/tags | Create a tag in the team.
|
|
202
|
+
*TeamTagsApi* | [**read_team_tag**](docs/TeamTagsApi.md#read_team_tag) | **GET** /teams/{id}/tags/{subid} | Read a tag.
|
|
203
|
+
*TeamTagsApi* | [**read_team_tags**](docs/TeamTagsApi.md#read_team_tags) | **GET** /teams/{id}/tags | Read all tags for the team.
|
|
199
204
|
*TeamgroupsApi* | [**delete_teamgroup**](docs/TeamgroupsApi.md#delete_teamgroup) | **DELETE** /teams/{id}/teamgroups/{subid} | Delete a teamgroup.
|
|
200
205
|
*TeamgroupsApi* | [**patch_teamgroup**](docs/TeamgroupsApi.md#patch_teamgroup) | **PATCH** /teams/{id}/teamgroups/{subid} | Modify a teamgroup.
|
|
201
206
|
*TeamgroupsApi* | [**post_teamgroups**](docs/TeamgroupsApi.md#post_teamgroups) | **POST** /teams/{id}/teamgroups | Create a new teamgroup.
|
|
@@ -217,6 +222,7 @@ Class | Method | HTTP request | Description
|
|
|
217
222
|
*UploadsApi* | [**post_upload_replace**](docs/UploadsApi.md#post_upload_replace) | **POST** /{entity_type}/{id}/uploads/{subid} | Replace an existing uploaded file. The existing file will be archived and the new one will be added.
|
|
218
223
|
*UploadsApi* | [**read_upload**](docs/UploadsApi.md#read_upload) | **GET** /{entity_type}/{id}/uploads/{subid} | Read an upload.
|
|
219
224
|
*UploadsApi* | [**read_uploads**](docs/UploadsApi.md#read_uploads) | **GET** /{entity_type}/{id}/uploads | Read attached files of that entity.
|
|
225
|
+
*UserUploadsApi* | [**read_user_uploads**](docs/UserUploadsApi.md#read_user_uploads) | **GET** /users/{id}/uploads | Read attached files from a user
|
|
220
226
|
*UsersApi* | [**patch_user**](docs/UsersApi.md#patch_user) | **PATCH** /users/{id} | Modify a user.
|
|
221
227
|
*UsersApi* | [**post_user**](docs/UsersApi.md#post_user) | **POST** /users | Create a new user.
|
|
222
228
|
*UsersApi* | [**read_user**](docs/UsersApi.md#read_user) | **GET** /users/{id} | Read information of a user.
|
|
@@ -224,6 +230,7 @@ Class | Method | HTTP request | Description
|
|
|
224
230
|
|
|
225
231
|
## Documentation For Models
|
|
226
232
|
|
|
233
|
+
- [AnyOfuploadsSubidBody1](docs/AnyOfuploadsSubidBody1.md)
|
|
227
234
|
- [Apikey](docs/Apikey.md)
|
|
228
235
|
- [ApikeysBody](docs/ApikeysBody.md)
|
|
229
236
|
- [Comment](docs/Comment.md)
|
|
@@ -233,6 +240,7 @@ Class | Method | HTTP request | Description
|
|
|
233
240
|
- [EventIdBody](docs/EventIdBody.md)
|
|
234
241
|
- [EventidDelta](docs/EventidDelta.md)
|
|
235
242
|
- [EventsIdBody](docs/EventsIdBody.md)
|
|
243
|
+
- [ExclusiveEditMode](docs/ExclusiveEditMode.md)
|
|
236
244
|
- [Experiment](docs/Experiment.md)
|
|
237
245
|
- [ExperimentTemplate](docs/ExperimentTemplate.md)
|
|
238
246
|
- [ExperimentsBody](docs/ExperimentsBody.md)
|
|
@@ -240,24 +248,29 @@ Class | Method | HTTP request | Description
|
|
|
240
248
|
- [ExperimentsLinksSubidBody](docs/ExperimentsLinksSubidBody.md)
|
|
241
249
|
- [ExperimentsTemplatesBody](docs/ExperimentsTemplatesBody.md)
|
|
242
250
|
- [ExperimentsTemplatesIdBody](docs/ExperimentsTemplatesIdBody.md)
|
|
251
|
+
- [Export](docs/Export.md)
|
|
252
|
+
- [ExportsBody](docs/ExportsBody.md)
|
|
243
253
|
- [ExtraFieldsKeys](docs/ExtraFieldsKeys.md)
|
|
244
254
|
- [FavtagsBody](docs/FavtagsBody.md)
|
|
245
255
|
- [Id](docs/Id.md)
|
|
246
256
|
- [Id1](docs/Id1.md)
|
|
247
257
|
- [Id2](docs/Id2.md)
|
|
248
258
|
- [Id3](docs/Id3.md)
|
|
259
|
+
- [Id4](docs/Id4.md)
|
|
249
260
|
- [IdCommentsBody](docs/IdCommentsBody.md)
|
|
250
261
|
- [IdExperimentsCategoriesBody](docs/IdExperimentsCategoriesBody.md)
|
|
251
262
|
- [IdExperimentsStatusBody](docs/IdExperimentsStatusBody.md)
|
|
252
263
|
- [IdItemsStatusBody](docs/IdItemsStatusBody.md)
|
|
253
|
-
- [IdRevisionsBody](docs/IdRevisionsBody.md)
|
|
254
264
|
- [IdStepsBody](docs/IdStepsBody.md)
|
|
255
265
|
- [IdTagsBody](docs/IdTagsBody.md)
|
|
266
|
+
- [IdTagsBody1](docs/IdTagsBody1.md)
|
|
267
|
+
- [IdTagsBody2](docs/IdTagsBody2.md)
|
|
256
268
|
- [IdTeamgroupsBody](docs/IdTeamgroupsBody.md)
|
|
257
269
|
- [IdUploadsBody](docs/IdUploadsBody.md)
|
|
258
270
|
- [Idp](docs/Idp.md)
|
|
259
271
|
- [IdpsBody](docs/IdpsBody.md)
|
|
260
272
|
- [IdpsIdBody](docs/IdpsIdBody.md)
|
|
273
|
+
- [ImportBody](docs/ImportBody.md)
|
|
261
274
|
- [InlineResponse200](docs/InlineResponse200.md)
|
|
262
275
|
- [InlineResponse2001](docs/InlineResponse2001.md)
|
|
263
276
|
- [InlineResponse2002](docs/InlineResponse2002.md)
|
|
@@ -266,6 +279,8 @@ Class | Method | HTTP request | Description
|
|
|
266
279
|
- [InlineResponse2005](docs/InlineResponse2005.md)
|
|
267
280
|
- [InlineResponse2006](docs/InlineResponse2006.md)
|
|
268
281
|
- [InlineResponse2007](docs/InlineResponse2007.md)
|
|
282
|
+
- [InlineResponse2008](docs/InlineResponse2008.md)
|
|
283
|
+
- [InlineResponse2009](docs/InlineResponse2009.md)
|
|
269
284
|
- [Item](docs/Item.md)
|
|
270
285
|
- [ItemsBody](docs/ItemsBody.md)
|
|
271
286
|
- [ItemsIdBody](docs/ItemsIdBody.md)
|
|
@@ -281,14 +296,13 @@ Class | Method | HTTP request | Description
|
|
|
281
296
|
- [StepsSubidBody](docs/StepsSubidBody.md)
|
|
282
297
|
- [Tag](docs/Tag.md)
|
|
283
298
|
- [TagsSubidBody](docs/TagsSubidBody.md)
|
|
299
|
+
- [TagsSubidBody1](docs/TagsSubidBody1.md)
|
|
284
300
|
- [Team](docs/Team.md)
|
|
285
|
-
- [TeamTagsBody](docs/TeamTagsBody.md)
|
|
286
|
-
- [TeamTagsBody1](docs/TeamTagsBody1.md)
|
|
287
|
-
- [TeamTagsIdBody](docs/TeamTagsIdBody.md)
|
|
288
301
|
- [Teamgroup](docs/Teamgroup.md)
|
|
289
302
|
- [TeamgroupUsers](docs/TeamgroupUsers.md)
|
|
290
303
|
- [TeamgroupsSubidBody](docs/TeamgroupsSubidBody.md)
|
|
291
304
|
- [TeamsBody](docs/TeamsBody.md)
|
|
305
|
+
- [TeamsIdBody](docs/TeamsIdBody.md)
|
|
292
306
|
- [Todoitem](docs/Todoitem.md)
|
|
293
307
|
- [TodolistBody](docs/TodolistBody.md)
|
|
294
308
|
- [TodolistIdBody](docs/TodolistIdBody.md)
|
|
@@ -23,9 +23,11 @@ from elabapi_python.api.experiments_api import ExperimentsApi
|
|
|
23
23
|
from elabapi_python.api.experiments_categories_api import ExperimentsCategoriesApi
|
|
24
24
|
from elabapi_python.api.experiments_status_api import ExperimentsStatusApi
|
|
25
25
|
from elabapi_python.api.experiments_templates_api import ExperimentsTemplatesApi
|
|
26
|
+
from elabapi_python.api.exports_api import ExportsApi
|
|
26
27
|
from elabapi_python.api.extra_fields_keys_api import ExtraFieldsKeysApi
|
|
27
28
|
from elabapi_python.api.favorite_tags_api import FavoriteTagsApi
|
|
28
29
|
from elabapi_python.api.idps_api import IdpsApi
|
|
30
|
+
from elabapi_python.api.import_api import ImportApi
|
|
29
31
|
from elabapi_python.api.info_api import InfoApi
|
|
30
32
|
from elabapi_python.api.items_api import ItemsApi
|
|
31
33
|
from elabapi_python.api.items_types_api import ItemsTypesApi
|
|
@@ -42,11 +44,13 @@ from elabapi_python.api.teams_api import TeamsApi
|
|
|
42
44
|
from elabapi_python.api.todolist_api import TodolistApi
|
|
43
45
|
from elabapi_python.api.unfinished_steps_api import UnfinishedStepsApi
|
|
44
46
|
from elabapi_python.api.uploads_api import UploadsApi
|
|
47
|
+
from elabapi_python.api.user_uploads_api import UserUploadsApi
|
|
45
48
|
from elabapi_python.api.users_api import UsersApi
|
|
46
49
|
# import ApiClient
|
|
47
50
|
from elabapi_python.api_client import ApiClient
|
|
48
51
|
from elabapi_python.configuration import Configuration
|
|
49
52
|
# import models into sdk package
|
|
53
|
+
from elabapi_python.models.any_ofuploads_subid_body1 import AnyOfuploadsSubidBody1
|
|
50
54
|
from elabapi_python.models.apikey import Apikey
|
|
51
55
|
from elabapi_python.models.apikeys_body import ApikeysBody
|
|
52
56
|
from elabapi_python.models.comment import Comment
|
|
@@ -56,6 +60,7 @@ from elabapi_python.models.event import Event
|
|
|
56
60
|
from elabapi_python.models.event_id_body import EventIdBody
|
|
57
61
|
from elabapi_python.models.eventid_delta import EventidDelta
|
|
58
62
|
from elabapi_python.models.events_id_body import EventsIdBody
|
|
63
|
+
from elabapi_python.models.exclusive_edit_mode import ExclusiveEditMode
|
|
59
64
|
from elabapi_python.models.experiment import Experiment
|
|
60
65
|
from elabapi_python.models.experiment_template import ExperimentTemplate
|
|
61
66
|
from elabapi_python.models.experiments_body import ExperimentsBody
|
|
@@ -63,24 +68,29 @@ from elabapi_python.models.experiments_id_body import ExperimentsIdBody
|
|
|
63
68
|
from elabapi_python.models.experiments_links_subid_body import ExperimentsLinksSubidBody
|
|
64
69
|
from elabapi_python.models.experiments_templates_body import ExperimentsTemplatesBody
|
|
65
70
|
from elabapi_python.models.experiments_templates_id_body import ExperimentsTemplatesIdBody
|
|
71
|
+
from elabapi_python.models.export import Export
|
|
72
|
+
from elabapi_python.models.exports_body import ExportsBody
|
|
66
73
|
from elabapi_python.models.extra_fields_keys import ExtraFieldsKeys
|
|
67
74
|
from elabapi_python.models.favtags_body import FavtagsBody
|
|
68
75
|
from elabapi_python.models.id import Id
|
|
69
76
|
from elabapi_python.models.id1 import Id1
|
|
70
77
|
from elabapi_python.models.id2 import Id2
|
|
71
78
|
from elabapi_python.models.id3 import Id3
|
|
79
|
+
from elabapi_python.models.id4 import Id4
|
|
72
80
|
from elabapi_python.models.id_comments_body import IdCommentsBody
|
|
73
81
|
from elabapi_python.models.id_experiments_categories_body import IdExperimentsCategoriesBody
|
|
74
82
|
from elabapi_python.models.id_experiments_status_body import IdExperimentsStatusBody
|
|
75
83
|
from elabapi_python.models.id_items_status_body import IdItemsStatusBody
|
|
76
|
-
from elabapi_python.models.id_revisions_body import IdRevisionsBody
|
|
77
84
|
from elabapi_python.models.id_steps_body import IdStepsBody
|
|
78
85
|
from elabapi_python.models.id_tags_body import IdTagsBody
|
|
86
|
+
from elabapi_python.models.id_tags_body1 import IdTagsBody1
|
|
87
|
+
from elabapi_python.models.id_tags_body2 import IdTagsBody2
|
|
79
88
|
from elabapi_python.models.id_teamgroups_body import IdTeamgroupsBody
|
|
80
89
|
from elabapi_python.models.id_uploads_body import IdUploadsBody
|
|
81
90
|
from elabapi_python.models.idp import Idp
|
|
82
91
|
from elabapi_python.models.idps_body import IdpsBody
|
|
83
92
|
from elabapi_python.models.idps_id_body import IdpsIdBody
|
|
93
|
+
from elabapi_python.models.import_body import ImportBody
|
|
84
94
|
from elabapi_python.models.inline_response200 import InlineResponse200
|
|
85
95
|
from elabapi_python.models.inline_response2001 import InlineResponse2001
|
|
86
96
|
from elabapi_python.models.inline_response2002 import InlineResponse2002
|
|
@@ -89,6 +99,8 @@ from elabapi_python.models.inline_response2004 import InlineResponse2004
|
|
|
89
99
|
from elabapi_python.models.inline_response2005 import InlineResponse2005
|
|
90
100
|
from elabapi_python.models.inline_response2006 import InlineResponse2006
|
|
91
101
|
from elabapi_python.models.inline_response2007 import InlineResponse2007
|
|
102
|
+
from elabapi_python.models.inline_response2008 import InlineResponse2008
|
|
103
|
+
from elabapi_python.models.inline_response2009 import InlineResponse2009
|
|
92
104
|
from elabapi_python.models.item import Item
|
|
93
105
|
from elabapi_python.models.items_body import ItemsBody
|
|
94
106
|
from elabapi_python.models.items_id_body import ItemsIdBody
|
|
@@ -104,14 +116,13 @@ from elabapi_python.models.step import Step
|
|
|
104
116
|
from elabapi_python.models.steps_subid_body import StepsSubidBody
|
|
105
117
|
from elabapi_python.models.tag import Tag
|
|
106
118
|
from elabapi_python.models.tags_subid_body import TagsSubidBody
|
|
119
|
+
from elabapi_python.models.tags_subid_body1 import TagsSubidBody1
|
|
107
120
|
from elabapi_python.models.team import Team
|
|
108
|
-
from elabapi_python.models.team_tags_body import TeamTagsBody
|
|
109
|
-
from elabapi_python.models.team_tags_body1 import TeamTagsBody1
|
|
110
|
-
from elabapi_python.models.team_tags_id_body import TeamTagsIdBody
|
|
111
121
|
from elabapi_python.models.teamgroup import Teamgroup
|
|
112
122
|
from elabapi_python.models.teamgroup_users import TeamgroupUsers
|
|
113
123
|
from elabapi_python.models.teamgroups_subid_body import TeamgroupsSubidBody
|
|
114
124
|
from elabapi_python.models.teams_body import TeamsBody
|
|
125
|
+
from elabapi_python.models.teams_id_body import TeamsIdBody
|
|
115
126
|
from elabapi_python.models.todoitem import Todoitem
|
|
116
127
|
from elabapi_python.models.todolist_body import TodolistBody
|
|
117
128
|
from elabapi_python.models.todolist_id_body import TodolistIdBody
|
|
@@ -11,9 +11,11 @@ from elabapi_python.api.experiments_api import ExperimentsApi
|
|
|
11
11
|
from elabapi_python.api.experiments_categories_api import ExperimentsCategoriesApi
|
|
12
12
|
from elabapi_python.api.experiments_status_api import ExperimentsStatusApi
|
|
13
13
|
from elabapi_python.api.experiments_templates_api import ExperimentsTemplatesApi
|
|
14
|
+
from elabapi_python.api.exports_api import ExportsApi
|
|
14
15
|
from elabapi_python.api.extra_fields_keys_api import ExtraFieldsKeysApi
|
|
15
16
|
from elabapi_python.api.favorite_tags_api import FavoriteTagsApi
|
|
16
17
|
from elabapi_python.api.idps_api import IdpsApi
|
|
18
|
+
from elabapi_python.api.import_api import ImportApi
|
|
17
19
|
from elabapi_python.api.info_api import InfoApi
|
|
18
20
|
from elabapi_python.api.items_api import ItemsApi
|
|
19
21
|
from elabapi_python.api.items_types_api import ItemsTypesApi
|
|
@@ -30,4 +32,5 @@ from elabapi_python.api.teams_api import TeamsApi
|
|
|
30
32
|
from elabapi_python.api.todolist_api import TodolistApi
|
|
31
33
|
from elabapi_python.api.unfinished_steps_api import UnfinishedStepsApi
|
|
32
34
|
from elabapi_python.api.uploads_api import UploadsApi
|
|
35
|
+
from elabapi_python.api.user_uploads_api import UserUploadsApi
|
|
33
36
|
from elabapi_python.api.users_api import UsersApi
|
|
@@ -138,6 +138,10 @@ class ExperimentsApi(object):
|
|
|
138
138
|
:param async_req bool
|
|
139
139
|
:param int id: ID of the experiment (required)
|
|
140
140
|
:param str format: Get the entity in a different format like csv, pdf, eln or zip. \"pdfa\" means archive pdf (PDF/A), same with \"zipa\".
|
|
141
|
+
:param bool json: Include a full JSON export in the ZIP archive. Only applicable if format is zip(a).
|
|
142
|
+
:param bool with_title: Include the title in the QR code. Only applicable if format is qrpng.
|
|
143
|
+
:param int size: Specify the size of the QR code in pixels. Only applicable if format is qrpng.
|
|
144
|
+
:param bool changelog: Toggles if the changelog should be included in PDF exports (pdf, pdfa, zip, zipa). Changelog is by default included if the export provides PDF/A, otherwise not.
|
|
141
145
|
:return: Experiment
|
|
142
146
|
If the method is called asynchronously,
|
|
143
147
|
returns the request thread.
|
|
@@ -160,12 +164,16 @@ class ExperimentsApi(object):
|
|
|
160
164
|
:param async_req bool
|
|
161
165
|
:param int id: ID of the experiment (required)
|
|
162
166
|
:param str format: Get the entity in a different format like csv, pdf, eln or zip. \"pdfa\" means archive pdf (PDF/A), same with \"zipa\".
|
|
167
|
+
:param bool json: Include a full JSON export in the ZIP archive. Only applicable if format is zip(a).
|
|
168
|
+
:param bool with_title: Include the title in the QR code. Only applicable if format is qrpng.
|
|
169
|
+
:param int size: Specify the size of the QR code in pixels. Only applicable if format is qrpng.
|
|
170
|
+
:param bool changelog: Toggles if the changelog should be included in PDF exports (pdf, pdfa, zip, zipa). Changelog is by default included if the export provides PDF/A, otherwise not.
|
|
163
171
|
:return: Experiment
|
|
164
172
|
If the method is called asynchronously,
|
|
165
173
|
returns the request thread.
|
|
166
174
|
"""
|
|
167
175
|
|
|
168
|
-
all_params = ['id', 'format'] # noqa: E501
|
|
176
|
+
all_params = ['id', 'format', 'json', 'with_title', 'size', 'changelog'] # noqa: E501
|
|
169
177
|
all_params.append('async_req')
|
|
170
178
|
all_params.append('_return_http_data_only')
|
|
171
179
|
all_params.append('_preload_content')
|
|
@@ -194,6 +202,14 @@ class ExperimentsApi(object):
|
|
|
194
202
|
query_params = []
|
|
195
203
|
if 'format' in params:
|
|
196
204
|
query_params.append(('format', params['format'])) # noqa: E501
|
|
205
|
+
if 'json' in params:
|
|
206
|
+
query_params.append(('json', params['json'])) # noqa: E501
|
|
207
|
+
if 'with_title' in params:
|
|
208
|
+
query_params.append(('withTitle', params['with_title'])) # noqa: E501
|
|
209
|
+
if 'size' in params:
|
|
210
|
+
query_params.append(('size', params['size'])) # noqa: E501
|
|
211
|
+
if 'changelog' in params:
|
|
212
|
+
query_params.append(('changelog', params['changelog'])) # noqa: E501
|
|
197
213
|
|
|
198
214
|
header_params = {}
|
|
199
215
|
|
|
@@ -426,11 +442,15 @@ class ExperimentsApi(object):
|
|
|
426
442
|
:param str q: Search for a term in title, body or elabid.
|
|
427
443
|
:param str extended: Extended search (advanced query).
|
|
428
444
|
:param int related: Look only for entries linked to this item id.
|
|
445
|
+
:param str related_origin: When using the \"related\" query parameter, select the type of the related ID (experiments or items)
|
|
429
446
|
:param int cat: The status id of the experiments.
|
|
430
447
|
:param list[str] tags: An array of tags for filtering results containing all of these tags.
|
|
431
448
|
:param int limit: Limit the number of results.
|
|
432
449
|
:param int offset: Skip a number of results. Use with limit to work the pagination.
|
|
433
450
|
:param int owner: Filter results by author (user id)
|
|
451
|
+
:param int scope: Set the scope for the results. 1: self, 2: team, 3: everything. It defaults to the user value stored in preferences.
|
|
452
|
+
:param str order: Change the ordering of the results.
|
|
453
|
+
:param str sort: Change the sorting of results: ascending or descending.
|
|
434
454
|
:return: list[Experiment]
|
|
435
455
|
If the method is called asynchronously,
|
|
436
456
|
returns the request thread.
|
|
@@ -454,17 +474,21 @@ class ExperimentsApi(object):
|
|
|
454
474
|
:param str q: Search for a term in title, body or elabid.
|
|
455
475
|
:param str extended: Extended search (advanced query).
|
|
456
476
|
:param int related: Look only for entries linked to this item id.
|
|
477
|
+
:param str related_origin: When using the \"related\" query parameter, select the type of the related ID (experiments or items)
|
|
457
478
|
:param int cat: The status id of the experiments.
|
|
458
479
|
:param list[str] tags: An array of tags for filtering results containing all of these tags.
|
|
459
480
|
:param int limit: Limit the number of results.
|
|
460
481
|
:param int offset: Skip a number of results. Use with limit to work the pagination.
|
|
461
482
|
:param int owner: Filter results by author (user id)
|
|
483
|
+
:param int scope: Set the scope for the results. 1: self, 2: team, 3: everything. It defaults to the user value stored in preferences.
|
|
484
|
+
:param str order: Change the ordering of the results.
|
|
485
|
+
:param str sort: Change the sorting of results: ascending or descending.
|
|
462
486
|
:return: list[Experiment]
|
|
463
487
|
If the method is called asynchronously,
|
|
464
488
|
returns the request thread.
|
|
465
489
|
"""
|
|
466
490
|
|
|
467
|
-
all_params = ['q', 'extended', 'related', 'cat', 'tags', 'limit', 'offset', 'owner'] # noqa: E501
|
|
491
|
+
all_params = ['q', 'extended', 'related', 'related_origin', 'cat', 'tags', 'limit', 'offset', 'owner', 'scope', 'order', 'sort'] # noqa: E501
|
|
468
492
|
all_params.append('async_req')
|
|
469
493
|
all_params.append('_return_http_data_only')
|
|
470
494
|
all_params.append('_preload_content')
|
|
@@ -491,6 +515,8 @@ class ExperimentsApi(object):
|
|
|
491
515
|
query_params.append(('extended', params['extended'])) # noqa: E501
|
|
492
516
|
if 'related' in params:
|
|
493
517
|
query_params.append(('related', params['related'])) # noqa: E501
|
|
518
|
+
if 'related_origin' in params:
|
|
519
|
+
query_params.append(('related_origin', params['related_origin'])) # noqa: E501
|
|
494
520
|
if 'cat' in params:
|
|
495
521
|
query_params.append(('cat', params['cat'])) # noqa: E501
|
|
496
522
|
if 'tags' in params:
|
|
@@ -502,6 +528,12 @@ class ExperimentsApi(object):
|
|
|
502
528
|
query_params.append(('offset', params['offset'])) # noqa: E501
|
|
503
529
|
if 'owner' in params:
|
|
504
530
|
query_params.append(('owner', params['owner'])) # noqa: E501
|
|
531
|
+
if 'scope' in params:
|
|
532
|
+
query_params.append(('scope', params['scope'])) # noqa: E501
|
|
533
|
+
if 'order' in params:
|
|
534
|
+
query_params.append(('order', params['order'])) # noqa: E501
|
|
535
|
+
if 'sort' in params:
|
|
536
|
+
query_params.append(('sort', params['sort'])) # noqa: E501
|
|
505
537
|
|
|
506
538
|
header_params = {}
|
|
507
539
|
|
{elabapi-python-5.0.2 → elabapi_python-5.1.0}/elabapi_python/api/experiments_categories_api.py
RENAMED
|
@@ -42,7 +42,7 @@ class ExperimentsCategoriesApi(object):
|
|
|
42
42
|
|
|
43
43
|
:param async_req bool
|
|
44
44
|
:param int id: ID of the team. (required)
|
|
45
|
-
:param int subid: ID of the
|
|
45
|
+
:param int subid: ID of the category. (required)
|
|
46
46
|
:return: None
|
|
47
47
|
If the method is called asynchronously,
|
|
48
48
|
returns the request thread.
|
|
@@ -64,7 +64,7 @@ class ExperimentsCategoriesApi(object):
|
|
|
64
64
|
|
|
65
65
|
:param async_req bool
|
|
66
66
|
:param int id: ID of the team. (required)
|
|
67
|
-
:param int subid: ID of the
|
|
67
|
+
:param int subid: ID of the category. (required)
|
|
68
68
|
:return: None
|
|
69
69
|
If the method is called asynchronously,
|
|
70
70
|
returns the request thread.
|
|
@@ -143,7 +143,7 @@ class ExperimentsCategoriesApi(object):
|
|
|
143
143
|
|
|
144
144
|
:param async_req bool
|
|
145
145
|
:param int id: ID of the team. (required)
|
|
146
|
-
:param int subid: ID of the
|
|
146
|
+
:param int subid: ID of the category. (required)
|
|
147
147
|
:param Statuslike body: Parameters for modifying a category.
|
|
148
148
|
:return: Statuslike
|
|
149
149
|
If the method is called asynchronously,
|
|
@@ -166,7 +166,7 @@ class ExperimentsCategoriesApi(object):
|
|
|
166
166
|
|
|
167
167
|
:param async_req bool
|
|
168
168
|
:param int id: ID of the team. (required)
|
|
169
|
-
:param int subid: ID of the
|
|
169
|
+
:param int subid: ID of the category. (required)
|
|
170
170
|
:param Statuslike body: Parameters for modifying a category.
|
|
171
171
|
:return: Statuslike
|
|
172
172
|
If the method is called asynchronously,
|
|
@@ -243,7 +243,7 @@ class ExperimentsCategoriesApi(object):
|
|
|
243
243
|
collection_formats=collection_formats)
|
|
244
244
|
|
|
245
245
|
def post_team_one_expcat(self, id, **kwargs): # noqa: E501
|
|
246
|
-
"""Create a new experiments
|
|
246
|
+
"""Create a new category for experiments. # noqa: E501
|
|
247
247
|
|
|
248
248
|
This method makes a synchronous HTTP request by default. To make an
|
|
249
249
|
asynchronous HTTP request, please pass async_req=True
|
|
@@ -252,7 +252,7 @@ class ExperimentsCategoriesApi(object):
|
|
|
252
252
|
|
|
253
253
|
:param async_req bool
|
|
254
254
|
:param int id: ID of the team. (required)
|
|
255
|
-
:param IdExperimentsCategoriesBody body: Parameters for creating a
|
|
255
|
+
:param IdExperimentsCategoriesBody body: Parameters for creating a category.
|
|
256
256
|
:return: None
|
|
257
257
|
If the method is called asynchronously,
|
|
258
258
|
returns the request thread.
|
|
@@ -265,7 +265,7 @@ class ExperimentsCategoriesApi(object):
|
|
|
265
265
|
return data
|
|
266
266
|
|
|
267
267
|
def post_team_one_expcat_with_http_info(self, id, **kwargs): # noqa: E501
|
|
268
|
-
"""Create a new experiments
|
|
268
|
+
"""Create a new category for experiments. # noqa: E501
|
|
269
269
|
|
|
270
270
|
This method makes a synchronous HTTP request by default. To make an
|
|
271
271
|
asynchronous HTTP request, please pass async_req=True
|
|
@@ -274,7 +274,7 @@ class ExperimentsCategoriesApi(object):
|
|
|
274
274
|
|
|
275
275
|
:param async_req bool
|
|
276
276
|
:param int id: ID of the team. (required)
|
|
277
|
-
:param IdExperimentsCategoriesBody body: Parameters for creating a
|
|
277
|
+
:param IdExperimentsCategoriesBody body: Parameters for creating a category.
|
|
278
278
|
:return: None
|
|
279
279
|
If the method is called asynchronously,
|
|
280
280
|
returns the request thread.
|
|
@@ -433,7 +433,7 @@ class ExperimentsCategoriesApi(object):
|
|
|
433
433
|
collection_formats=collection_formats)
|
|
434
434
|
|
|
435
435
|
def read_team_one_expcat(self, id, subid, **kwargs): # noqa: E501
|
|
436
|
-
"""Read a
|
|
436
|
+
"""Read a category. # noqa: E501
|
|
437
437
|
|
|
438
438
|
This method makes a synchronous HTTP request by default. To make an
|
|
439
439
|
asynchronous HTTP request, please pass async_req=True
|
|
@@ -442,7 +442,7 @@ class ExperimentsCategoriesApi(object):
|
|
|
442
442
|
|
|
443
443
|
:param async_req bool
|
|
444
444
|
:param int id: ID of the team. (required)
|
|
445
|
-
:param int subid: ID of the
|
|
445
|
+
:param int subid: ID of the category. (required)
|
|
446
446
|
:return: Statuslike
|
|
447
447
|
If the method is called asynchronously,
|
|
448
448
|
returns the request thread.
|
|
@@ -455,7 +455,7 @@ class ExperimentsCategoriesApi(object):
|
|
|
455
455
|
return data
|
|
456
456
|
|
|
457
457
|
def read_team_one_expcat_with_http_info(self, id, subid, **kwargs): # noqa: E501
|
|
458
|
-
"""Read a
|
|
458
|
+
"""Read a category. # noqa: E501
|
|
459
459
|
|
|
460
460
|
This method makes a synchronous HTTP request by default. To make an
|
|
461
461
|
asynchronous HTTP request, please pass async_req=True
|
|
@@ -464,7 +464,7 @@ class ExperimentsCategoriesApi(object):
|
|
|
464
464
|
|
|
465
465
|
:param async_req bool
|
|
466
466
|
:param int id: ID of the team. (required)
|
|
467
|
-
:param int subid: ID of the
|
|
467
|
+
:param int subid: ID of the category. (required)
|
|
468
468
|
:return: Statuslike
|
|
469
469
|
If the method is called asynchronously,
|
|
470
470
|
returns the request thread.
|