Releases: waffle-lord/GoFileSharp
Releases · waffle-lord/GoFileSharp
GoFileSharp
- remove account type checks from controller
The controller shouldn't determine if the account can or can't do something. GoFile's API should be doing that. Bit of a oops on my part lol
GoFileSharp
- added account type checks when trying to access endpoints
GoFileSharp
- add password hashes to some methods that needed it
- updated some method names that didn't have async in them and should have
- updated some method summaries with missing information