Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • What about entries that do not allow comments or limit time that they are allowed

Design

Currently, these URIs are supported for entries:

Code Block

/roller-services/app/[weblog-handle>/entries
Entry collection for a blog
 
/roller-services/app/[weblog-handle]/entries/[offset]
Entry collection for a blog, with offset

/roller-services/app/[weblog-handle]/entry/[id]
Individual entry (i.e. edit URI)

We will add these URIs for comments:

Code Block

/roller-services/app/[weblog-handle]/entry/[id]/comments
Comments collection for entry with id

/roller-services/app/[weblog-handle]/entry/[id]/comments/id
Individual comment

Each entry will include a <link> with relation 'replies' that points to the entry's comment collection.

Comments

Please comment on the Roller dev mailing list.