Skip to content

mstdn-workers/Mastonet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

※本家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 :

Packages

No packages published

Languages

  • C# 100.0%