Skip to content

Commit

Permalink
selfless
Browse files Browse the repository at this point in the history
  • Loading branch information
wogsland committed Jan 14, 2020
1 parent 4cc855d commit b8d126e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ A Python client library for the [Dynata Cmix API](https://wiki2.criticalmix.net/

## Supported API Functions

authenticate(self, \*args, \*\*kwargs)
fetch_banner_filter(self, survey_id, question_a, question_b, response_id)
fetch_raw_results(self, survey_id, payload)
get_surveys(self, status, \*args, \*\*kwargs)
get_survey_definition(self, survey_id)
get_survey_xml(self, survey_id)
get_survey_test_url(self, survey_id)
get_survey_respondents(self, survey_id, respondent_type, live)
get_survey_status(self, survey_id)
get_survey_completes(self, survey_id)
create_export_archive(self, survey_id, export_type)
get_archive_status(self, survey_id, archive_id, layout_id)
update_project(self, project_id, status=None)
create_survey(self, xml_string)
authenticate(*args, **kwargs)
fetch_banner_filter(survey_id, question_a, question_b, response_id)
fetch_raw_results(survey_id, payload)
get_surveys(status, *args, **kwargs)
get_survey_definition(survey_id)
get_survey_xml(survey_id)
get_survey_test_url(survey_id)
get_survey_respondents(survey_id, respondent_type, live)
get_survey_status(survey_id)
get_survey_completes(survey_id)
create_export_archive(survey_id, export_type)
get_archive_status(survey_id, archive_id, layout_id)
update_project(project_id, status=None)
create_survey(xml_string)

## Contributing

Expand Down

0 comments on commit b8d126e

Please sign in to comment.