Closed bitbonk closed 1 year ago
It's done, you can get the last nuget package (2.0.3), and you will have the new methods :
Task<Tag> GetTagInfo(string tag);
Task<Tag> FollowTag(string tag);
Task<Tag> UnfollowTag(string tag);
Task<MastodonList<Tag>> ViewFollowedTags(ArrayOptions? options = null);
Mastodon has some APIs for tags that are still missing in
IMastodonClient
:It would be cool, if they would be added.