Nikey646 / VndbSharp

A C# Vndb API Library. #OriginalNamingScheme
MIT License
18 stars 4 forks source link

Added support for a few more commands, and some bug fixes #2

Closed micah686 closed 7 years ago

micah686 commented 7 years ago

I've added the "get release, get producer, get user, get votelist, get vnlist, and get wishlist" commands. Also fixed a bug or two with the Alias converter.

The last three commits needs a filter for UID (User ID) in order to work.

I also found out about the HasMono property, so someone can implement a check against mono when dealing with SecureString, though this hasn't been implemented yet.

micah686 commented 7 years ago

OK, I should have implemented most of the changes that you requested.

Nikey646 commented 7 years ago

Looks good. I'm going to leave merging it until tomorrow, so i can have a second eye over to spot any possible problems while not half asleep.

Edit: Oh right, and thank you :D