dotnet pack V2exSharp.csproj -c Release /p:Version=$ReleaseVersion
| 接口 |
路径 |
进度 |
| 最热主题 |
/api/topics/hot.json |
☑ |
| 最新主题 |
/api/topics/latest.json |
☑ |
| 节点信息 |
/api/nodes/show.json |
☑ |
| 用户主页 |
/api/members/show.json |
☑ |
| 接口 |
路径 |
进度 |
| 获取最新的提醒 |
notifications |
☑ |
| 删除指定的提醒 |
notifications/:notification_id |
☑ |
| 获取自己的 Profile |
member |
☑ |
| 查看当前使用的令牌 |
token |
☑ |
| 获取指定节点 |
nodes/:node_name |
☑ |
| 获取指定节点下的主题 |
nodes/:node_name/topics |
☑ |
| 获取指定主题 |
topics/:topic_id |
☑ |
| 获取指定主题下的回复 |
topics/:topic_id/replies |
☑ |
Install-Package V2exSharp
# or
dotnet add package V2exSharp
dotnet build --configuration Release