You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Status

Proposed

Target Release

4.1

Issue

ROL-1576

Original Authors

Dave Johnson

Abstract

Make it possible for an AtomPub client application to create, retrieve update and delete comments for each weblog entries.

Requirements

Issues

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

Design

Currently, these URIs are supported for entries:

/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:

/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.

  • No labels