[ | |
{ | |
"id": 1, | |
"date": "2018-01-02", | |
"slug": "first-post", | |
"title": { | |
"rendered": "First post!" | |
}, | |
"content": { | |
"rendered": "First post content..." | |
} | |
}, | |
{ | |
"id": 2, | |
"date": "2018-01-03", | |
"slug": "second-post", | |
"title": { | |
"rendered": "Second post!" | |
}, | |
"content": { | |
"rendered": "Second post content..." | |
} | |
}, | |
{ | |
"id": 3, | |
"date": "2018-01-04", | |
"slug": "third-post", | |
"title": { | |
"rendered": "Third post!" | |
}, | |
"content": { | |
"rendered": "Third post content..." | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment