mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
3c9273ed37
refs #4605, #4479 - Removes versioning from the importer - Fixes an issue with SQLITE errors not being thrown properly for posts - Ensures that posts have a created_at date - Makes sure that the API wrapper is properly handled
31 lines
No EOL
907 B
JSON
31 lines
No EOL
907 B
JSON
{"asdadas":[{
|
|
"meta": {
|
|
"exported_on": 1388318311015,
|
|
"version": "003"
|
|
},
|
|
"data": {
|
|
"posts": [
|
|
{
|
|
"id": 1,
|
|
"title": "Welcome to Ghost",
|
|
"slug": "welcome-to-ghost",
|
|
"markdown": "You're live! Nice.",
|
|
"html": "<p>You're live! Nice.</p>",
|
|
"image": null,
|
|
"featured": 0,
|
|
"page": 0,
|
|
"status": "published",
|
|
"language": "en_US",
|
|
"meta_title": null,
|
|
"meta_description": null,
|
|
"author_id": 2,
|
|
"created_at": 1388318310782,
|
|
"created_by": 1,
|
|
"updated_at": 1388318310782,
|
|
"updated_by": 1,
|
|
"published_at": 1388318310783,
|
|
"published_by": 2
|
|
}
|
|
]
|
|
}
|
|
}]} |