-
- Downloads
There was a problem fetching the pipeline summary.
Refactored all views to ViewSets. Has the following benefits
* no url configuration needed simply register viewset with router * now using DefaultRouter, meaning api root is now browsable * merged some views * makes it easier to include api schema later * Ran isort and updated docstring