hoover / snoop

Other
6 stars 3 forks source link

Collection API for snoop #33

Closed gabriel-v closed 7 years ago

gabriel-v commented 7 years ago

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 from snoop/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.

gabriel-v commented 7 years ago

This patch set still needs to implement serving additional views for documents under the views key. See these docs for details.