{% extends "layout.html" %} {% block title %}Developer Resources{% endblock %} {% block content %}

Tent PostTypes

Bookmarks

The url of this post type is "http://www.beberlei.de/tent/bookmark/v0.0.1". Here is the schema:

urlRequiredStringThe URL of the bookmark.
titleRequiredStringThe title of the bookmark.
imageOptionalStringThe URL of an image representing the bookmark.
descriptionOptionalStringA description of the bookmark.
localeOptionalArrayThe locale of the bookmark.
site_nameOptionalStringThe name of the site or network that contains the bookmark.
tagsOptionalArrayA list of tags associated with this bookmark.
contentOptionalStringA snapshot of the content. Used as backup or for readbility.

Favorites

The url of this post type is "http://www.beberlei.de/tent/favorite/v0.0.1". Here is the schema:

entityRequiredStringThe URI of the Tent entity that owns the favorited post.
postRequiredStringThe ID of the favorited post.
{% endblock %}