Releases: Jesus/dropbox_api
Releases · Jesus/dropbox_api
v0.1.11
v0.1.10
v0.1.9
`upload_session/append_v2` cursor
- Updated the
/upload_session/append_v2
endpoint. It'll now update the offset attribute, this is explained in the documentation. - Improved testing & documentation.
Thanks to @Aupajo for his contribution.
v0.1.7
v0.1.6: Updates method name in `#unshare_file` spec
v0.1.5
- Documentation has improved a lot:
- All endpoints are now listed as instance methods of
Client
. - Methods implementing endpoints include a section with examples take from the test suite.
- All endpoints are now listed as instance methods of
- Added some endpoints:
upload_session/start
upload_session/append_v2
upload_session/finish
v0.1.4
- Improved implementations of
add_file_member
andadd_folder_member
. You can now pass either a member object or an array of members. - Improved tests. VCR was using some outdated cassettes, we're now checking the request body to test if the existing cassette matches.
- Added some endpoints:
save_url
save_url/check_job_status
- Added support for more options on the following endpoints:
move
upload