Skip to content

Commit b8d126e

Browse files
committed
selfless
1 parent 4cc855d commit b8d126e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ A Python client library for the [Dynata Cmix API](https://wiki2.criticalmix.net/
2121

2222
## Supported API Functions
2323

24-
authenticate(self, \*args, \*\*kwargs)
25-
fetch_banner_filter(self, survey_id, question_a, question_b, response_id)
26-
fetch_raw_results(self, survey_id, payload)
27-
get_surveys(self, status, \*args, \*\*kwargs)
28-
get_survey_definition(self, survey_id)
29-
get_survey_xml(self, survey_id)
30-
get_survey_test_url(self, survey_id)
31-
get_survey_respondents(self, survey_id, respondent_type, live)
32-
get_survey_status(self, survey_id)
33-
get_survey_completes(self, survey_id)
34-
create_export_archive(self, survey_id, export_type)
35-
get_archive_status(self, survey_id, archive_id, layout_id)
36-
update_project(self, project_id, status=None)
37-
create_survey(self, xml_string)
24+
authenticate(*args, **kwargs)
25+
fetch_banner_filter(survey_id, question_a, question_b, response_id)
26+
fetch_raw_results(survey_id, payload)
27+
get_surveys(status, *args, **kwargs)
28+
get_survey_definition(survey_id)
29+
get_survey_xml(survey_id)
30+
get_survey_test_url(survey_id)
31+
get_survey_respondents(survey_id, respondent_type, live)
32+
get_survey_status(survey_id)
33+
get_survey_completes(survey_id)
34+
create_export_archive(survey_id, export_type)
35+
get_archive_status(survey_id, archive_id, layout_id)
36+
update_project(project_id, status=None)
37+
create_survey(xml_string)
3838

3939
## Contributing
4040

0 commit comments

Comments
 (0)