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
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.