Ubuntu One - Files API - Cloud - More detailed info somehwere?
Posted
by
Brian McCavour
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Brian McCavour
Published on 2012-10-31T17:48:15Z
Indexed on
2012/11/01
11:15 UTC
Read the original article
Hit count: 239
I am just starting on a mobile app for Ubuntu One, and I'm reviewing the info at https://one.ubuntu.com/developer/files/store_files/cloud
I find the information a bit lacking though. It's a nice reference, but for someone not familiar with it, I had to goggle search to find out what a "volume" was exactly (its kind of obvious, but never hurts to know the specifics)
There's also things like:
GET /api/file_storage/v1/volumes
Return a JSON list of Volume Representations, one for each volume. A volume is a synced folder, or the Ubuntu One folder, owned by the user. Note that all volume paths begin with ~.:
... but there's no such thing as a JSON "list". Does it mean array ?
And other things... So I was wondering if here existed another page with more detailed information. Maybe some sample request / responses or something? I could just write a little proof of concept app to answer some of these questions... but I prefer not to unless I have to.
Thanks
© Ask Ubuntu or respective owner