Forem integration (Social, Developer Tools). Imported from open-connector.
{base_url}/users/me
/articles
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The pagination page number. |
| perPage | integer | optional | The number of articles to return per page. Forem defaults to 30. |
| tag | string | optional | Return articles containing this tag. |
| tags | array | optional | The Forem tags to send as a comma-separated upstream value. |
| tagsExclude | array | optional | The Forem tags to send as a comma-separated upstream value. |
| username | string | optional | Return articles for this user or organization username. |
| state | string | optional | The Forem article list state filter. |
| top | integer | optional | Return the most popular articles from the last N days. |
| collectionId | integer | optional | Return articles belonging to this collection ID. |
/articles/me/unpublished
| Param | Type | Required | Description |
|---|---|---|---|
| scope | string | optional | Which authenticated-user article collection to list. |
| page | integer | optional | The pagination page number. |
| perPage | integer | optional | The number of articles to return per page. Forem defaults to 30. |
/articles/{articleId}
| Param | Type | Required | Description |
|---|---|---|---|
| articleId | integer | required | The Forem article ID. |
/articles/{username}/{slug}
| Param | Type | Required | Description |
|---|---|---|---|
| username | string | required | The Forem username from the article path. |
| slug | string | required | The Forem article slug. |
/comments
| Param | Type | Required | Description |
|---|---|---|---|
| articleId | integer | optional | The Forem article ID whose comments should be listed. |
| podcastEpisodeId | integer | optional | The Forem podcast episode ID whose comments should be listed. |
| page | integer | optional | The pagination page number. |
| perPage | integer | optional | The number of articles to return per page. Forem defaults to 30. |
/comments/{commentId}
| Param | Type | Required | Description |
|---|---|---|---|
| commentId | integer | required | The Forem comment ID. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The pagination page number. |
| perPage | integer | optional | The number of tags to return per page. Forem defaults to 10. |