Browse Source

update docs

pull/38/head
Aaron Parecki 7 years ago
parent
commit
8a7f3aae42
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      README.md

+ 6
- 0
README.md View File

@ -119,8 +119,14 @@ The primary object on the page is returned in the `data` property. This will ind
If a property supports multiple values, it will always be returned as an array. The following properties support multiple values: If a property supports multiple values, it will always be returned as an array. The following properties support multiple values:
* in-reply-to * in-reply-to
* like-of
* repost-of
* bookmark-of
* syndication * syndication
* photo (of entry, not of a card) * photo (of entry, not of a card)
* video
* audio
* category
The content will be an object that always contains a "text" property and may contain an "html" property if the source documented published HTML content. The "text" property must always be HTML escaped before displaying it as HTML, as it may include unescaped characters such as `<` and `>`. The content will be an object that always contains a "text" property and may contain an "html" property if the source documented published HTML content. The "text" property must always be HTML escaped before displaying it as HTML, as it may include unescaped characters such as `<` and `>`.

Loading…
Cancel
Save