wordpress_ex v0.1.1 WordpressEx.Model.Post View Source

Contains the attributes of a post from wordpress.

API Reference

https://developer.wordpress.org/rest-api/reference/posts/#schema

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %WordpressEx.Model.Post{
  _links: term(),
  author: term(),
  categories: term(),
  comment_status: term(),
  content: term(),
  date: term(),
  date_gmt: term(),
  excerpt: term(),
  featured_media: term(),
  format: term(),
  guid: term(),
  id: term(),
  link: term(),
  meta: term(),
  modified: term(),
  ping_status: term(),
  qodified_gmt: term(),
  slug: term(),
  status: term(),
  sticky: term(),
  tags: term(),
  template: term(),
  title: term(),
  type: term()
}