Changeset 61 in bookmarks for trunk/api


Ignore:
Timestamp:
08/23/13 16:50:59 (11 years ago)
Author:
peter
Message:
  • wrap the creation of the Bookmarks object into the BookmarkController
  • bookmark is a lazy-loaded read-only attribute with a builder in BookmarkController
  • made dbname and request required attributes of BookmarkController
  • updated the api notes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/api

    r48 r61  
    33 
    44  Params: 
    5     format=json|xbel 
     5    format=json|xbel|text|csv|html 
    66    tag={tag} (repeatable) 
    77    limit={limit} 
     
    1616GET /feed 
    1717  Gets an Atom feed of the bookmarks 
     18 
     19  Params: 
     20    tag={tag} (repeatable) 
    1821 
    1922POST / 
Note: See TracChangeset for help on using the changeset viewer.