0.0.1 • Published 8 years ago

noteput-client v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

noteput-client

Ref

Ghost

https://api.ghost.org/docs/post

post: {
  id: 1,
  uuid: "ec630e45-3342-4d7f-a24c-e448263c975b",
  title: "Welcome to Ghost",
  slug: "welcome-to-ghost",
  markdown: "You're live! Nice.",
  html: "<p>You're live! Nice.</p>",
  image: '/content/images/2014/12/my-image.png',
  featured: false,
  page: false,
  status: 'published', // "draft", "published", "private"
  language: "en_US",
  meta_title: null,
  meta_description: null,
  author_id: 1,
  created_at: "2014-04-15T12:36:28.353Z",
  created_by: 1,
  updated_at: "2014-04-15T12:36:28.353Z",
  updated_by: 1,
  published_at: "2014-04-15T12:36:28.363Z",
  published_by: 1
}