Skip to content

Tags: wogsland/python-cmixapi-client

Tags

0.1.3

Toggle 0.1.3's commit message
Refactored get methodology in CmixAPIClient for use by CMixProject fu…

…nctions

Refactored 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

Toggle 0.1.2's commit message
Added test URLs

0.1.1

Toggle 0.1.1's commit message
Rename src directory to facilitate library usage

Improve documentation

0.1.0

Toggle 0.1.0's commit message
Initial release with minimal functionality used by PopResearch