/environment/feed
The news feed of the current person.
GET /environment/feed HTTP/1.1
Host: localhost:3000
user_environment
and user_speaking
permissions is required.An array of Activities objects
.
POST /environment/feed HTTP/1.1
Host: localhost:3000
publish_speaking
permission is required.Name | Description | Type |
---|---|---|
|
The message of the post. |
|
If successful :
{
"success" : true,
"_id" : "..."
}
Otherwise a relevant error message will be returned.
You can't update activities but you can update posts at which activities are attached by using the /post
edge.
You can't delete activities but you can delete posts at which activities are attached by using the /post
edge.