Feed
Operations about feeds
feed/project/{login}/{project_slug}Get Feed Project Login Project Slug
Get a feed for a project
Path Parameters
loginRequiredstring
project owner slug (user or organization)
project_slugRequiredstring
project slug
Query Parameters
from_created_atstring
Only show posts after this date
"date-time"Get a feed for a project
feed/profile/{login}Get Feed Profile Login
Get a feed for a user or organization
Path Parameters
loginRequiredstring
username of the user or project
Query Parameters
from_created_atstring
Only show posts after this date
"date-time"Get a feed for a user or organization
feedGet Feed
Get a global feed of users personal updates
Query Parameters
from_created_atstring
Only show posts after this date
"date-time"Get a global feed of users personal updates
feed/unfollowPost Feed Unfollow
Unfollow a user or organization
Request Body
application/jsonRequiredloginRequiredstring
Content of the post
projectstring
Unfollow a project
Unfollow a user or organization
feed/followPost Feed Follow
Follow a user or organization
Request Body
application/jsonRequiredloginRequiredstring
User or Organization
projectstring
Follow a project
Follow a user or organization
feed/post/{uuid}Get Feed Post Uuid
get a single post and its replies
Path Parameters
uuidRequiredstring
UUID of the post
get a single post and its replies
feed/followingGet Feed Following
Get your following feed
Get your following feed
feed/{uuid}/reactionPost Feed Uuid Reaction
Send a reaction to a post
Request Body
application/jsonRequiredreactionRequiredstring
Reaction to send
Path Parameters
uuidRequiredstring
UUID of the post
Send a reaction to a post
feed/{uuid}/reactionDelete Feed Uuid Reaction
Send a reaction to a post
Path Parameters
uuidRequiredstring
UUID of the post
Query Parameters
reactionRequiredstring
Reaction to send
Send a reaction to a post
feed/newPost Feed New
Create a post
Request Body
application/jsonRequiredcontentRequiredstring
Content of the post
project_slugstring
Post to a project
reply_tostring
UUID of post to reply to
picturestring
Picture to attach to the post
"binary"Create a post