summaryrefslogtreecommitdiffstats
path: root/api4/post.go
Commit message (Collapse)AuthorAgeFilesLines
* ApiV4: PUT /posts/{post_id} (#5521)Andrei Stanciu2017-02-281-0/+27
|
* Implement GET /posts/{post_id}/files/info endpoint for APIv4 (#5519)Joram Wilander2017-02-241-0/+24
|
* Implement posts endpoints for APIv4 (#5480)Ruzette Tanyag2017-02-211-0/+57
| | | | | | | | | | * Implement delete post endpoint for apiv4 * Implement POST search post endpoint for APIv4 * removed delete post quotes * rearrange formatting
* Implement some post endpoints for APIv4 (#5353)Joram Wilander2017-02-131-0/+119
* Implement POST /posts endpoint for APIv4 * Implement GET /channels/{channel_id}/posts endpoint for APIv4 * Implement GET /posts/{post_id} endpoint for APIv4 * Implement GET /posts/{post_id}/thread endpoint for APIv4 * Skip team get if it's a DM channel in handlePostEvents