Skip to content

Instantly share code, notes, and snippets.

@rubenmarcus
Created May 31, 2020 14:36
Show Gist options
  • Select an option

  • Save rubenmarcus/6b222aad59c40d33e772c630a67bffc3 to your computer and use it in GitHub Desktop.

Select an option

Save rubenmarcus/6b222aad59c40d33e772c630a67bffc3 to your computer and use it in GitHub Desktop.
GhostPayload json
/ 20200531112748
// http://localhost:2368/ghost/api/v3/admin/pages/slug/developer/
{
"pages": [
{
"slug": "developer",
"id": "5ed3bca69f5e4b220cb27a6f",
"uuid": "8b5d1d72-9dfb-4e4e-8014-10e202b88a6e",
"title": "Developer",
"mobiledoc": "{\"version\":\"0.3.1\",\"atoms\":[],\"cards\":[[\"html\",{\"html\":\"const itaudev = require('itaudev');\\n\\n// This is only an example of a private key content. You should use your own key.\\nlet privateKeyContent = `\\n-----BEGIN EC PARAMETERS-----\\nBgUrgQQACg==\\n-----END EC PARAMETERS-----\\n-----BEGIN EC PRIVATE KEY-----\\nMHQCAQEEIMCwW74H6egQkTiz87WDvLNm7fK/cA+ctA2vg/bbHx3woAcGBSuBBAAK\\noUQDQgAE0iaeEHEgr3oTbCfh8U2L+r7zoaeOX964xaAnND5jATGpD/tHec6Oe9U1\\nIF16ZoTVt1FzZ8WkYQ3XomRD4HS13A==\\n-----END EC PRIVATE KEY-----\\n`\\n\\nlet project = new itaudev.Project({\\n environment: 'sandbox',\\n id: '5656565656565656',\\n privateKey: privateKeyContent\\n});\\n\\nitaudev.user = project;\"}],[\"gallery\",{\"images\":[{\"fileName\":\"Screenshot 2019-04-30 14.55.09.png\",\"row\":0,\"width\":1920,\"height\":969,\"src\":\"http://localhost:2368/content/images/2020/05/Screenshot-2019-04-30-14.55.09.png\"},{\"fileName\":\"ebd4a5fa-219a-4904-ab53-9637986c7fb2.jpg\",\"row\":0,\"width\":132,\"height\":132,\"src\":\"http://localhost:2368/content/images/2020/05/ebd4a5fa-219a-4904-ab53-9637986c7fb2.jpg\"},{\"fileName\":\"pp.jpg\",\"row\":0,\"width\":640,\"height\":640,\"src\":\"http://localhost:2368/content/images/2020/05/pp.jpg\"}]}]],\"markups\":[[\"strong\"],[\"a\",[\"href\",\"mailto:[email protected]\"]]],\"sections\":[[10,0],[1,\"p\",[[0,[],0,\"o portal ainda está em fase de testes e, neste momento, estamos trabalhando com alguns parceiros. assim, podemos construir a melhor experiência na jornada de desenvolvimento e oferecer os melhores recursos aos desenvolvedores que querem construir novas soluções com a gente. se você quiser acessar o portal desenvolvedor, entre na nossa lista de espera. é só mandar um e-mail para \"],[0,[0,1],2,\"[email protected]\"]]],[10,1],[1,\"p\",[]]]}",
"comment_id": "5ed3bca69f5e4b220cb27a6f",
"feature_image": null,
"featured": false,
"status": "published",
"visibility": "public",
"created_at": "2020-05-31T14:18:14.000Z",
"updated_at": "2020-05-31T14:21:43.000Z",
"published_at": "2020-05-31T14:21:43.000Z",
"custom_excerpt": null,
"codeinjection_head": null,
"codeinjection_foot": null,
"custom_template": null,
"canonical_url": null,
"tags": [
],
"authors": [
{
"id": "1",
"name": "admin",
"slug": "admin",
"email": "[email protected]",
"profile_image": null,
"cover_image": null,
"bio": null,
"website": null,
"location": null,
"facebook": null,
"twitter": null,
"accessibility": null,
"status": "active",
"meta_title": null,
"meta_description": null,
"tour": null,
"last_seen": "2020-05-31T14:17:22.000Z",
"created_at": "2020-05-29T18:53:42.000Z",
"updated_at": "2020-05-31T14:17:22.000Z",
"roles": [
{
"id": "5ed15a369f5e4b220cb27908",
"name": "Owner",
"description": "Blog Owner",
"created_at": "2020-05-29T18:53:42.000Z",
"updated_at": "2020-05-29T18:53:42.000Z"
}
],
"url": "http://localhost:2368/author/admin/"
}
],
"primary_author": {
"id": "1",
"name": "admin",
"slug": "admin",
"email": "[email protected]",
"profile_image": null,
"cover_image": null,
"bio": null,
"website": null,
"location": null,
"facebook": null,
"twitter": null,
"accessibility": null,
"status": "active",
"meta_title": null,
"meta_description": null,
"tour": null,
"last_seen": "2020-05-31T14:17:22.000Z",
"created_at": "2020-05-29T18:53:42.000Z",
"updated_at": "2020-05-31T14:17:22.000Z",
"roles": [
{
"id": "5ed15a369f5e4b220cb27908",
"name": "Owner",
"description": "Blog Owner",
"created_at": "2020-05-29T18:53:42.000Z",
"updated_at": "2020-05-29T18:53:42.000Z"
}
],
"url": "http://localhost:2368/author/admin/"
},
"primary_tag": null,
"url": "http://localhost:2368/developer/",
"excerpt": "const itaudev = require('itaudev');\n\n// This is only an example of a private key content. You should use your own\nkey.\nlet privateKeyContent = `\n-----BEGIN EC PARAMETERS-----\nBgUrgQQACg==\n-----END EC PARAMETERS-----\n-----BEGIN EC PRIVATE KEY-----\nMHQCAQEEIMCwW74H6egQkTiz87WDvLNm7fK/cA+ctA2vg/bbHx3woAcGBSuBBAAK\noUQDQgAE0iaeEHEgr3oTbCfh8U2L+r7zoaeOX964xaAnND5jATGpD/tHec6Oe9U1\nIF16ZoTVt1FzZ8WkYQ3XomRD4HS13A==\n-----END EC PRIVATE KEY-----\n`\n\nlet project = new itaudev.Project({\nenvironment: 'sandbox'",
"og_image": null,
"og_title": null,
"og_description": null,
"twitter_image": null,
"twitter_title": null,
"twitter_description": null,
"meta_title": null,
"meta_description": null
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment