Cardboard-Net / Cardboard.Net

a C# port of cardboard
MIT License
1 stars 3 forks source link

cardboard.NET

A C# library for interfacing with Misskey (and forks). API has been tested against a sharkey instance. Library was inspired by the following projects: kitsu-org/cardboard & discord-net/discord.net

Using

MisskeyRestClient client = new MisskeyRestClient();
await client.LoginAsync("", new Uri("https://transfem.social/"));

TODO: Make more advanced examples as the library develops, include them in docs.