Linux DO integration (Social, Developer Tools). Imported from open-connector.
https://linux.do/latest.rss
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return. The feed returns a fixed number of items… |
/top.rss
| Param | Type | Required | Description |
|---|---|---|---|
| period | string | optional | The Discourse top-topics period. |
| limit | integer | optional | The maximum number of items to return. The feed returns a fixed number of items… |
/hot.rss
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return. The feed returns a fixed number of items… |
/c/{slug}/{id}.rss
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | required | The category slug, e.g. "develop". |
| id | integer | required | The numeric category ID. |
| limit | integer | optional | The maximum number of items to return. The feed returns a fixed number of items… |
/tag/{tag}.rss
| Param | Type | Required | Description |
|---|---|---|---|
| tag | string | required | The tag name/slug, e.g. "chatgpt". |
| limit | integer | optional | The maximum number of items to return. The feed returns a fixed number of items… |
/u/{username}/activity/topics.rss
| Param | Type | Required | Description |
|---|---|---|---|
| username | string | required | The Linux DO username. |
| limit | integer | optional | The maximum number of items to return. The feed returns a fixed number of items… |
/tags/c/{categorySlug}/{categoryId}/{tag}.rss
| Param | Type | Required | Description |
|---|---|---|---|
| categorySlug | string | required | The category slug, e.g. "develop". |
| categoryId | integer | required | The numeric category ID. |
| tag | string | required | The tag name/slug, e.g. "chatgpt". |
| limit | integer | optional | The maximum number of items to return. The feed returns a fixed number of items… |
/posts.rss
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return. The feed returns a fixed number of items… |
/t/{slug}/{topicId}.rss
| Param | Type | Required | Description |
|---|---|---|---|
| topicId | integer | required | The numeric topic ID. |
| slug | string | required | The topic slug; defaults to "topic" when omitted. |
| limit | integer | optional | The maximum number of items to return. The feed returns a fixed number of items… |
/u/{username}/activity.rss
| Param | Type | Required | Description |
|---|---|---|---|
| username | string | required | The Linux DO username. |
| limit | integer | optional | The maximum number of items to return. The feed returns a fixed number of items… |
/g/{name}/posts.rss
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The Linux DO group name. |
| limit | integer | optional | The maximum number of items to return. The feed returns a fixed number of items… |
/g/{name}/mentions.rss
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The Linux DO group name. |
| limit | integer | optional | The maximum number of items to return. The feed returns a fixed number of items… |
/badges/{id}.rss
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The numeric badge ID. |
| limit | integer | optional | The maximum number of items to return. The feed returns a fixed number of items… |