mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Docs update
This commit is contained in:
parent
2870a09dc1
commit
6eb48e7058
@ -42,14 +42,14 @@ Returns an object storing any additional information required by the adaptor.
|
||||
|
||||
!! `getStatus(callback)`
|
||||
|
||||
Retrieves status information from the server.
|
||||
Retrieves status information from the server. This method is optional.
|
||||
|
||||
|!Parameter |!Description |
|
||||
|callback |Callback function invoked with parameters `err,isLoggedIn,username` |
|
||||
|
||||
!! `login(username,password,callback)`
|
||||
|
||||
Attempts to login to the server with specified credentials.
|
||||
Attempts to login to the server with specified credentials. This method is optional.
|
||||
|
||||
|!Parameter |!Description |
|
||||
|username |Username |
|
||||
@ -58,7 +58,7 @@ Attempts to login to the server with specified credentials.
|
||||
|
||||
!! `logout(callback)`
|
||||
|
||||
Attempts to logout of the server.
|
||||
Attempts to logout of the server. This method is optional.
|
||||
|
||||
|!Parameter |!Description |
|
||||
|callback |Callback function invoked with parameter `err` |
|
||||
@ -67,6 +67,8 @@ Attempts to logout of the server.
|
||||
|
||||
Retrieves a list of skinny tiddlers from the server.
|
||||
|
||||
This method is optional. If an adaptor doesn't implement it then synchronisation will be unidirectional from the TiddlyWiki store to the adaptor, but not the other way.
|
||||
|
||||
|!Parameter |!Description |
|
||||
|callback |Callback function invoked with parameter `err,tiddlers`, where `tiddlers` is an array of tiddler field objects |
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user