Sha256: 5f4a18c46434f6d4943cab4293130e894ae494ab912a57aa4b5b7f5a6a48389a
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
# TODO now! - Rebuild spec fixtures for `list_folder`. - Add documentation on how to rebuild spec fixtures. - Chunked downloads, issue #8. - Chunked uploads, issue #18. # Upcoming TOKEN: f0QNQhb3tLAAAAAAAAAACtK5eS9DgRPDzDSLcrIrkbY07buAw-sMRP9tjZeoOP08 Old token: VofXAX8DO1sAAAAAAAAEEyqrmzbYmFVaDQKj48yVUfhyhfOomXiG8emqP1xQGRnJ - Create website with comparison with other libraries. - Implement PermissionDeniedReason - list_shared_folders - continue_list_shared_folders - share_folder - add_folder_member - mount_folder - list_folder_members - relinquish_folder_membership - transfer_folder - get_file_metadata - get_folder_metadata - get_shared_link_file - get_shared_link_metadata # Mid-term goals - Remove dependency on faraday. - Complete full [API coverage](api_coverage.md). # Further on - Supporting streams would be great. - Add a layer to handle pagination, use `Enumerable`. # Release guide Previous checks: - CI passing? Release process: 1. Bump version in `version.rb`. 2. Create tag and write release notes in Github.com. 3. `git fetch` 4. `gem build dropbox_api.gemspec` 5. `gem push dropbox_api-version.gem` ## Publish doc 1. `yardoc` 2. Change dir to dropbox_api_doc, where branch gh-pages is checked out. 3. Replace files with the updated ones. 4. `git commit` & `git push origin gh-pages`.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dropbox_api-0.1.8 | TODO.md |