sul-cidr / scriptchart-backend

Admin UI and API for Scriptchart
https://db.syriac.reclaim.hosting/admin
MIT License
1 stars 0 forks source link

Enable REST API with filtering to provide data endpoints for frontend #8

Closed broadwell closed 5 years ago

broadwell commented 5 years ago

This implementation closely follows the recommended practices for implementing a Django REST API with basic query string-based filtering, using the djangorestframework package. Endpoints should be read-only. Post-deployment testing is needed to make sure the endpoints are actually reachable on the Reclaim hosting server.