August 2017
Beginner
374 pages
10h 41m
English
The following is example output obtained by making an HTTP GET /api/posts request to the backend server:
[ { "id": "13b68488-5e02-46ea-84f3-612970175951", "user": "dan", "title": "First post", "text": "Hello world! This is the first blog post.", "category": "welcome", "created": 1494494448048, "updated": 1494494448048 }, { "id": "11b9b72f-342a-49ef-ba19-68b55fbe3e2c", "user": "des", "title": "Another test", "text": "This is another test blog post.", "category": "test", "created": 1494494448048, "updated": 1494494448048 }]
Read now
Unlock full access