Message to all .NET Folks, I think it's a good time to say that I made an open-source .NET library to connect to the Mastodon API
https://github.com/glacasa/Mastonet/
Message to all .NET Folks, I think it's a good time to say that I made an open-source .NET library to connect to the Mastodon API
https://github.com/glacasa/Mastonet/
@TimPurdum I toot mostly in french, sorryโฆ
On Android, I use the "Fedilab" app (available on Play Store for a few bucks, and is free on F-Droid)
There's an option to translate messages
SO GLAD I saw this before logging off for the night - thank you Guillaume!
I'll have a play this week.
@glacasa Are there any glaring api endpoints missing from Mastonet?
I am currently looking at Mastodot as well and since there is not a Swagger for the Mastodon API I can't easily compare them.
Thanks!
@adamhill The Mastodon API are documented here (on the left menu)
https://docs.joinmastodon.org/methods/apps/
Let me know if some APIs are missing
@glacasa lol, I forked this the other day because I thought it was dead! https://github.com/drasticactions/drastic.mastodon
All I've done (beyond running dotnet format and setting up stylecop) is remove the JSON.NET dependency and replace it with System.Text.Json. I can PR that back to you if you want.
@drasticactions Not dead, I just don't work on it because it is barely used.
I still look if there are bugs or new APIs to add from time to time
I will happily merge your PR ! ๐
@shawnwildermuth
ActivityPub is the standard for the federation, server to server communication
This lib is a client library to connect to a specific Mastodon instance, different usage
@anthony_steele It's because I needed the 8.0 version when I started worked on it ; I didn't think further ๐
The project doesn't really evolve because the Mastodon API support is full(~ish), and it was barely used until a few days ago.
I update .NET version and nuget packages from time to time.
I will change the LangVersion on the next update ๐
If there are lots of devs using it in the next days/mont, I will support it completely .