Package u1rest
[hide private]
[frames] | no frames]

Package u1rest

source code

Ubuntu One Rest Client.

This is a Rest Client library for using Ubuntu One REST APIs. For an example of its use see the doctest in example.txt.

This source is maintained at http://launchpad.net/restful-u1 or you can grabe the source with bzr branch lp:restful-u1

Have fun.

Submodules [hide private]

Functions [hide private]
 
get_files_user(resource_host='https://edge.one.ubuntu.com', content_host='https://files.one.ubuntu.com', use_file_keystore=False)
The main entry point for the API for files.
source code
Variables [hide private]
  __package__ = 'u1rest'
Function Details [hide private]

get_files_user(resource_host='https://edge.one.ubuntu.com', content_host='https://files.one.ubuntu.com', use_file_keystore=False)

source code 

The main entry point for the API for files.

The idea is to get a user which is the client for a specific user. For more information, refer to u1rest.files.resources.FileStorageUser.