- #94 Fix method signature of
#to_json
and#as_json
- #92
- Change type of key of returned Hash object from
BrickFTP::API::Base#as_json
toString
. - Initialize
BrickFTP::API::Base#properties
with all defined attributes.
- Change type of key of returned Hash object from
- #89 [Experimental] Allow to execute each steps of multi part uploading.
- #87 Support Ruby >= 2.2.0
- #76 Don't raise unexpected exception even if it can't expand path
~
.
- #72 Improve accessor of API properties
- Cannot access some API properties named same as methods of Ruby's Object.
- e.g.
send
property of File Uploading - Use
#properties
to access properties
- e.g.
- Cannot access some API properties named same as methods of Ruby's Object.
- #67 Fix wrong API document.
- #69 sanitize instance variable names (fixed by terencedignon)
- #65 Allow to specify resource as ID
- #62 Add property
display_name
to File API (terencedignon) - #63 Add property
display_name
to Folder API
- #58 Fix wrong path escape
- reported by terencedignon