Introduce DRF and start replacing the views.
[wolnelektury.git] / src / api / tests / res / responses / collections.json
1 [
2     {
3         "url": "http://testserver/katalog/lektury/a-collection/",
4         "href": "http://testserver/api/collections/a-collection/",
5         "title": "A Collection"
6     }
7 ]