mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
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
15 lines
No EOL
302 B
JSON
15 lines
No EOL
302 B
JSON
{
|
|
"meta": {
|
|
"exported_on": 1388318311015,
|
|
"version": "003"
|
|
},
|
|
"data": {
|
|
"posts": [
|
|
{
|
|
"title": "Welcome to Ghost",
|
|
"slug": "welcome-to-ghost",
|
|
"markdown": "You're live! Nice."
|
|
}
|
|
]
|
|
}
|
|
} |