Creates a new post.
The username of the user creating the post.
The host on which to create the post.
The created post.
Deletes a post by its ID.
The username of the user deleting the post.
The host from which to delete the post.
The ID of the post to delete.
Gets all the posts in a community.
The username of the user getting the post.
The host from which to get the posts.
ID of the community to obtain the posts from.
All posts in the community.
Gets a post by its ID.
The username of the user getting the post.
The host from which to get the post.
The ID of the post to get.
The obtained Post
.
Updates a post by its ID.
The username of the user deleting the post.
The host on which to update the post.
The updated Post
.
Generated using TypeDoc
Service used for interacting with posts on a federated host.