- added support for latest gofile api update - changed default Gofile class to async (sync version is just a wrapper around async version now) - added generated docs
1.4.3
- Fixed upload_folder (3) - Renamed set_folder_options function to set_folder_option - Fixed wrong api endpoint in set_folder_option function - Updated docstrings
1.4
- Added `upload_folder` function - Initialize ClientSession on function call - Check option type in `set_folder_options` function - Sort imports - Ignore build files
Some minor fixes
1.3.7
- Improved and updated docstrings according to the 2022-03-25 update - Code formatted
1.3.6
- Added api methods of 2021-11-17 gofile's update (All these updates are available only for premium users) - Formatted setup file
1.3
- Better error handling - Fixed some bugs in async version - Removed some unnecessary codes