AN-8555 Add programs endpoint (#166)
* Add programs endpoint & programs list to summaries * Exclude programs array from the course_summaries * Add/fix tests, program field exclude option * Refactor common list view code into APIListView * Fix some pylint errors * Fix bad import * Use assertListEqual and sort lists first * Refactor common test code into mixin * Increase test coverage (test add_programs) * Add documentation for programs query arg * Address PR comments
Showing
This diff is collapsed.
Click to expand it.
analytics_data_api/v0/urls/programs.py
0 → 100644
analytics_data_api/v0/views/programs.py
0 → 100644
Please
register
or
sign in
to comment