Ubuntu One - Files API - Cloud - More detailed info somehwere?
- by Brian McCavour
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