The json endpoints that return content now return data in the indexable format, so some changes to the UI are required. Dates are no longer formatted by snoop's views and some key names have changed. See _get_index_data_format from snoop/views.py for the full changes.
All endpoints that returned HTML in one way or another have been nuked.
This implements endpoints for the Collection API.
The json endpoints that return content now return data in the indexable format, so some changes to the UI are required. Dates are no longer formatted by snoop's views and some key names have changed. See
_get_index_data_format
fromsnoop/views.py
for the full changes.All endpoints that returned HTML in one way or another have been nuked.
See this PR for search and this PR for ui.