Merge pull request #100 from graue/master

Document "mentioned_entity" parameter to "GET /posts"
This commit is contained in:
Jonathan Rudenberg 2012-10-04 07:34:18 -07:00
commit 8eefa18f02

View file

@ -112,6 +112,7 @@ GET parameters can be used to filter and paginate the returned posts.
| `since_time` | Posts with `published_at` greater than the specified unix epoch. |
| `before_time` | Posts with `published_at` less than the specified unix epoch. |
| `entity` | Posts published by the specified entity. |
| `mentioned_entity` | Posts that mention the specified entity. |
| `post_types` | Posts that match specific comma-separated type URIs. |
| `limit` | The number of posts to return (defaults to the maximum of 200). |