Nikey646 / VndbSharp

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

Added checking for valid flags on user submissions #10

Closed micah686 closed 7 years ago

micah686 commented 7 years ago

I created a method to check the flags the user input versus allowed flags from the API documentation. If there are any invalid flags, the CheckFlags will return the names of the disallowed flags. SenRequestInternalAsync will then return null.