hoelzro / sahara-sync

A free software (AGPL) alternative to Dropbox
7 stars 0 forks source link

Make AE::WS::Sahara's methods take named arguments #48

Open hoelzro opened 12 years ago

hoelzro commented 12 years ago

Some methods (like put_blob, delete_blob, and changes), take a number of arguments (like revision, metadata, and callback), and I can never remember the ordering. Also, some of these are optional; this screams "named arguments."