Releases: linkstreet/box-sdk
Releases · linkstreet/box-sdk
v0.4.0
What's Changed
- TASK: Update firebase/php-jwt from 5.2 to 6.0 by @meyyappanv in #40
- Remove
composer.lock
file
New Contributors
- @meyyappanv made their first contribution in #40
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.5
Support for TLS 1.2
v0.2.4: Merge pull request #3 from jpcaparas/hotfix/absolute-path
(HOTFIX) Use absolute path instead of prefixing it with getcwd
Bug Fix Release
Bug fixes
v0.2.2
Doc update
Release to support php version 5.5
PHP 5.5 had issues with constants concatenation. This release fixes that.
Package name change.
BREAKING CHANGE: Vendor name in package name has been changed.
Downgraded `webmozart/assert` package to support an internal app as it was using old version of this package.
Downgraded webmozart/assert
package to support an internal app as it was using old version of this package.
Initial release
Supports
Folders
- Get folder info
- Get folder items
- Create folder
- Delete folder
- Get trashed items
- Destroy trashed folder
- Restore the trashed folder
Files
- Upload file
- Upload Pre flight - This API is used to check if the metadata supplied is valid or not.
- Get embed URL
- Delete a file (soft delete - Moves to trash)
- Destroy trashed file
- Restore the trashed file
For more info refer readme.md