Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.23 KB

※本家Mastonetとの差分
■ローカルタイムラインのストリーム取得機能の追加
GetLocalStreaming()メソッドを使用しローカルタイムラインをストリームで取得可能。
使い方はGetPublicStreaming()と同様。

■deleteイベント発生時のバグ修正
本家Mastonetではdeleteイベントの処理が不適切であったため修正。

その他の機能・仕様は本家Mastonetから改変なし。

Masto.NET

Build status NuGet

Masto.NET is a .net standard library for Mastodon written in C#.

Sample

If you prefer to browse code, you can go the the sample project : https://github.com/glacasa/Mastonet.SampleApp

Nuget

The package is available on Nuget : https://www.nuget.org/packages/Mastonet

Run the following command in the Package Manager Console :

Install-Package Mastonet

Getting started

Read the docs :