3 comments

[ 2.6 ms ] story [ 18.1 ms ] thread
I'm not a big fan of containing metadata and paging info in the response body. Why does the meta response have a code attribute? That should be available from the HTTP status code. I think pagination info should be in the headers instead of in the response body. http://socialcam.com/developers/rest_api_overview
Thanks for the comments. Also, we decided to go that way to make it more practical. It doesn't change anything for the developer and can just provide more value in some case. Especially when using some weird clients.