|
|
|
register(self)
Register at the repository, in Wrike: use client ID and the
authorization code (site key), alternatively username and password to
obtain the refresh_token and store it in the repository config. |
source code
|
|
|
login(self)
Login to the repository, in Wrike: use the client ID (username), the
client secret (password) and the refresh token to obtain the access
token for subsequent requests. |
source code
|
|
|
pull(self,
task,
onconflict=None)
Pull updates from this repository |
source code
|
|
|
|
|
|
|
|
|
|
|
update_refresh_token(self)
Store the current refresh token in the db, also invalidated the
site_key (authorization code) because it can not be used again. |
source code
|
|
Inherited from s3sync.S3SyncBaseAdapter :
receive ,
send
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|