MastodonSharp:MastodonSharp是C#的Mastodon包装库 源码
MastodonSharp MastodonSharp是C#的Mastodon包装库 用法 static void Main(string[] args) { var accessToken = Console.ReadLine(); var host = Console.ReadLine(); var client = new MastodonSharpClient(host, accessToken); var streaming = client.GetPublicTimelineStreaming(); streaming.OnUpdate +
文件列表
MastodonSharp-master.zip
(预估有个39文件)
MastodonSharp-master
MastodonSharp
Extensions
Extentions.cs
4KB
Attributes
QueryAttribute.cs
515B
MastodonSharp.nuspec
906B
packages.config
284B
Entity
Status.cs
4KB
暂无评论