class BookmarksDB
- BookmarksDB
- Reference
- Object
Defined in:
xbs.crConstructors
Instance Method Summary
-
#create_bookmarks : String
Create empty bookmarks record, return JSON response.
- #finalize
-
#get_bookmarks(id : String) : String
Get bookmarks for given ID, return JSON response.
-
#get_lastupdated(id : String, as_json = true) : String
Get last updated timestamp for given ID, return JSON response.
-
#get_syncversion(id : String) : String
Get sync version given ID, return JSON response.
-
#update_bookmarks(id : String, content_type : String, body : String)
Update bookmarks for ID, return JSON response.
Constructor Detail
Instance Method Detail
def get_lastupdated(id : String, as_json = true) : String
#
Get last updated timestamp for given ID, return JSON response.
def update_bookmarks(id : String, content_type : String, body : String)
#
Update bookmarks for ID, return JSON response.