mcab / hiber

API for Bat House SDP
GNU General Public License v3.0
0 stars 1 forks source link

Investigate specific views for API routes #35

Open mcab opened 5 years ago

mcab commented 5 years ago

Instead of serializing the entire model on any particular view, we can have the default GET request for all resources and the default GET request for a specific instance (PK) have different views, to not have to retrieve / send a lot of data over the API.

mcab commented 5 years ago

Resources: