Feed
Operations about feeds
feed
/project
/{login}
/{project_slug}
Get Feed Project Login Project Slug
Get a feed for a project
Path Parameters
login
Requiredstring
project owner slug (user or organization)
project_slug
Requiredstring
project slug
Query Parameters
from_created_at
string
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
login
Requiredstring
username of the user or project
Query Parameters
from_created_at
string
Only show posts after this date
"date-time"
Get a feed for a user or organization
feed
Get Feed
Get a global feed of users personal updates
Query Parameters
from_created_at
string
Only show posts after this date
"date-time"
Get a global feed of users personal updates
feed
/unfollow
Post Feed Unfollow
Unfollow a user or organization
Request Body
application/json
Requiredlogin
Requiredstring
Content of the post
project
string
Unfollow a project
Unfollow a user or organization
feed
/follow
Post Feed Follow
Follow a user or organization
Request Body
application/json
Requiredlogin
Requiredstring
User or Organization
project
string
Follow a project
Follow a user or organization
feed
/post
/{uuid}
Get Feed Post Uuid
get a single post and its replies
Path Parameters
uuid
Requiredstring
UUID of the post
get a single post and its replies
feed
/following
Get Feed Following
Get your following feed
Get your following feed
feed
/{uuid}
/reaction
Post Feed Uuid Reaction
Send a reaction to a post
Request Body
application/json
Requiredreaction
Requiredstring
Reaction to send
Path Parameters
uuid
Requiredstring
UUID of the post
Send a reaction to a post
feed
/{uuid}
/reaction
Delete Feed Uuid Reaction
Send a reaction to a post
Path Parameters
uuid
Requiredstring
UUID of the post
Query Parameters
reaction
Requiredstring
Reaction to send
Send a reaction to a post
feed
/new
Post Feed New
Create a post
Request Body
application/json
Requiredcontent
Requiredstring
Content of the post
project_slug
string
Post to a project
reply_to
string
UUID of post to reply to
picture
string
Picture to attach to the post
"binary"
Create a post