Skip to content

Releases: dynata/python-cmixapi-client

0.1.3

23 Jan 16:54
ebec50a
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Refactored get methodology in CmixAPIClient for use by CMixProject functions
Created delete method in CmixAPIClient for use by CMixProject functions

Added functions to CmixAPIClient:

get_projects()
get_survey_data_layouts(survey_id)
get_survey_locales(survey_id)
get_survey_sections(survey_id)
get_survey_simulations(survey_id)
get_survey_termination_codes(survey_id)
get_survey_sources(survey_id)

Created a CMixProject class and added functions:

CmixProject.delete_group(group_id)
CmixProject.delete_project()
CmixProject.get_full_links()
CmixProject.get_groups()
CmixProject.get_links()
CmixProject.get_locales()
CmixProject.get_markup_files()
CmixProject.get_project()
CmixProject.get_respondent_links()
CmixProject.get_sources()
CmixProject.get_surveys()

0.1.2

14 Jan 22:37
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Added test URLs

0.1.1

14 Jan 20:14
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Rename src directory to facilitate library usage
Improve documentation

0.1.0

14 Jan 19:12
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release with minimal functionality used by PopResearch