V2EX integration (Social, Developer Tools). Imported from open-connector.
https://www.v2ex.com/api/v2/notifications
| Param | Type | Required | Description |
|---|---|---|---|
| p | integer | optional | Optional page number to request. Defaults to 1. |
/notifications/{notification_id}
| Param | Type | Required | Description |
|---|---|---|---|
| notification_id | integer | required | The V2EX numeric identifier. |
/topics/hot.json
/topics/latest.json
/member
/token
/tokens
| Param | Type | Required | Description |
|---|---|---|---|
| scope | string | required | The access scope for the new V2EX token. |
| expiration | number | required | The token lifetime in seconds. |
/nodes/{node_name}
| Param | Type | Required | Description |
|---|---|---|---|
| node_name | string | required | The V2EX node name, such as `python`. |
/nodes/{node_name}/topics
| Param | Type | Required | Description |
|---|---|---|---|
| node_name | string | required | The V2EX node name, such as `python`. |
| p | integer | optional | Optional page number to request. Defaults to 1. |
/topics/{topic_id}
| Param | Type | Required | Description |
|---|---|---|---|
| topic_id | integer | required | The V2EX numeric identifier. |
/topics/{topic_id}/replies
| Param | Type | Required | Description |
|---|---|---|---|
| topic_id | integer | required | The V2EX numeric identifier. |
| p | integer | optional | Optional page number to request. Defaults to 1. |
/topics/{topic_id}/set-sticky
| Param | Type | Required | Description |
|---|---|---|---|
| topic_id | integer | required | The V2EX numeric identifier. |
| duration | string | optional | Optional sticky duration. Defaults to 15min. |
/topics/{topic_id}/boost
| Param | Type | Required | Description |
|---|---|---|---|
| topic_id | integer | required | The V2EX numeric identifier. |