As @Whitelisted1 mentioned the API got changed from requiring JSON data to multipart/form-data in order to support file uploads. This PR reflects these changes into the library. Be aware that these changes are not adequately tested, so they may brake other stuff.
Fixes #233
As @Whitelisted1 mentioned the API got changed from requiring JSON data to multipart/form-data in order to support file uploads. This PR reflects these changes into the library. Be aware that these changes are not adequately tested, so they may brake other stuff.