Google-IO-Extended-Grand-Rapids / conference_web

The conference app REST API
5 stars 1 forks source link

API for getting session details should return a fully formed object without FK references #64

Open mccrackend opened 9 years ago

mccrackend commented 9 years ago

When requesting the whole session by ID, it simplifies and reduces the number of http calls a client needs to make in order to get all the necessary details for the session details views.

Specifically, the array of presenter id's needs to be an array of Presenter objects, and the roomId needs to be a Room object.

A new API will be created to fetch these sessions with full detail, so as not to interfere with the current mobile apps.