- Fixed single-file directory uploads being uploaded as files instead of directories.
- This SDK has been updated to match Browser JS and require a client. You will first need to create a client and then make all API calls from this client.
- Connection options can now be passed to the client, in addition to individual API calls, to be applied to all API calls.
- The
defaultPortalUrl
string has been renamed todefaultSkynetPortalUrl
anddefaultPortalUrl
is now a function. - Fix a bug where the Content-Type was not set correctly.
Prior version numbers skipped to maintain parity with API.
- Generic
Upload
andDownload
functions - Common Options object
- API authentication
- Encryption
- Some upload bugs were fixed.
- Upload and download functionality.