Mastodot:Mastodon API的C#库。 易嘟嘟! 源码
Mastodot-适用于C#(.NET)的Mastodon API库 日本语は 样例代码 看 示例代码包含如何生成令牌,嘟嘟声和订阅流。 将应用注册到Mastodon实例 var registeredApp = await ApplicationManager . RegistApp ( " Host name " /* ex: mastodon.cloud */ , " Your Application Name " , Scope . Read | Scope . Write | Scope . Follow ); registeredApp包含ClienID和ClientSecret。
文件列表
Mastodot-master.zip
(预估有个45文件)
Mastodot-master
README.ja.md
5KB
example
example.csproj
262B
Program.cs
2KB
Mastodot
MastodonClient.cs
34KB
Mastodot.csproj
2KB
Entities
Status.cs
2KB
暂无评论