Skip to content

Releases: linkstreet/box-sdk

v0.4.0

18 Feb 13:51
674c51a
Compare
Choose a tag to compare

What's Changed

  • TASK: Update firebase/php-jwt from 5.2 to 6.0 by @meyyappanv in #40
  • Remove composer.lock file

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

27 Apr 10:38
98abec4
Compare
Choose a tag to compare

v0.2.5

11 Dec 07:37
2fe9bda
Compare
Choose a tag to compare

Support for TLS 1.2

v0.2.4: Merge pull request #3 from jpcaparas/hotfix/absolute-path

03 Jan 06:30
Compare
Choose a tag to compare
(HOTFIX) Use absolute path instead of prefixing it with getcwd

Bug Fix Release

28 Aug 12:00
Compare
Choose a tag to compare

Bug fixes

v0.2.2

03 Jan 09:40
Compare
Choose a tag to compare
Doc update

Release to support php version 5.5

20 Dec 17:38
Compare
Choose a tag to compare

PHP 5.5 had issues with constants concatenation. This release fixes that.

Package name change.

20 Dec 17:37
Compare
Choose a tag to compare

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.

19 Dec 08:48
Compare
Choose a tag to compare

Downgraded webmozart/assert package to support an internal app as it was using old version of this package.

Initial release

19 Dec 07:15
Compare
Choose a tag to compare

Supports

Folders

  1. Get folder info
  2. Get folder items
  3. Create folder
  4. Delete folder
  5. Get trashed items
  6. Destroy trashed folder
  7. Restore the trashed folder

Files

  1. Upload file
  2. Upload Pre flight - This API is used to check if the metadata supplied is valid or not.
  3. Get embed URL
  4. Delete a file (soft delete - Moves to trash)
  5. Destroy trashed file
  6. Restore the trashed file

For more info refer readme.md