Skip to content

0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@dynata-bradley dynata-bradley released this 23 Jan 16:54
· 6 commits to dev since this release
ebec50a

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()