Amino-NET-Group / Amino.NET

An unofficial C# wrapper around Aminos REST API based on Amino.py!
MIT License
11 stars 2 forks source link

Feature/add more functions #25

Closed FabioGaming closed 5 months ago

FabioGaming commented 5 months ago

[ # ] SubClient.post_blog now accepts IEnumerable<byte[]> instead of List type [ # ] SubClient.post_wiki now accepts IEnumerable<byte[]> instead of List type [ # ] SubClient.edit_blog now accepts IEnumerable<byte[]> instead of List type [ + ] Added ability to pass Links into Client.upload_media(string), this allows people to pass custom media URLs into Amino Media [ + ] Added Client.get_blog_info(string) [ + ] Added Client.get_wiki_info(string) [ + ] Added Client.get_message_info(string,string) [ + ] Added Client.register_google(string, string, string, string) [ # ] Client.register() should no longer throw invalid request