※本家Mastonetとの差分
■ローカルタイムラインのストリーム取得機能の追加
GetLocalStreaming()メソッドを使用しローカルタイムラインをストリームで取得可能。
使い方はGetPublicStreaming()と同様。
■deleteイベント発生時のバグ修正
本家Mastonetではdeleteイベントの処理が不適切であったため修正。
その他の機能・仕様は本家Mastonetから改変なし。
Masto.NET is a .net standard library for Mastodon written in C#.
If you prefer to browse code, you can go the the sample project : https://github.com/glacasa/Mastonet.SampleApp
The package is available on Nuget : https://www.nuget.org/packages/Mastonet
Run the following command in the Package Manager Console :
Install-Package Mastonet
Read the docs :