Slide 43
Slide 43 text
Resource formats - paging & counts
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: application/json; charset=utf-8
Server: Microsoft-IIS/7.0
X-AspNetMvc-Version: 1.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Fri, 01 May 2009 20:59:11 GMT
Content-Length: 54997
{
! "@count": "20"
"@pageNumber": "1",
"@totalRecords": "908",
"@additionalPages": "45",
"products": [
{
"@id": "1635797",
"@uri": "https://t.api.com/v1/products/1635797",
"@name": "Nick's book"
! ! ! }!
! ! ! {
"@id": "1635798",
"@uri": "https://t.api.com/v1/products/1635798",
! "@name": "Another book from the mad-cap mind of Nick"
! ! ! }
! ! ! ...
! ! ]
}
Sunday, June 3, 12