[Cosmo-dev] Groups via CMP in Cosmo
Brian Moseley
bcm at osafoundation.org
Thu Dec 14 10:47:32 PST 2006
On 12/14/06, Vinubalaji Gopal <vinu at osafoundation.org> wrote:
> ah I finished doing it the other way..anyway I can change it back to
> this kind of implementation if needed. I was mainly thinking that a
> group will be created with all the information including the members in
> one go. The above solution makes sense if we separate the creation of
> members in the group and addition of group information (only the group
> name for now) or are you saying that for a
> POST /newgroupname
> If the newgroupname does not exist, we create one?
no.
PUT /group/<groupname> should create the group, optionally including members
POST /group/<groupname> should add membes to the group
More information about the cosmo-dev
mailing list