Hi to all am developing restful apis for my existing yii web and this websites contains information with related tables. For example getting a blog post with their related comments in a json object. Is it good to do it at the server side and get everything in a json object or each resource has to be a single request and relate them at the client side. Please if you have an example share it.
↧