Create a post.
The ID of the user making the post.
The text content of the post.
The binary data of the images associated with the post.
The post's location.
The location's city.
The location's country.
The type ID of location.
The ID of the program the user is in.
The user's rating of the location.
Three words to describe the location.
The location's address.
The location's phone number.
The location's website.
The new post's ID.
Delete a post.
A post's ID.
Delete all of a user's posts.
A user's ID.
Edit a post, given the parts of the post that have been edited.
A post's ID.
The post details.
Get a post.
A post's ID.
The post.
Get a post's text content.
A post's ID.
The post's text content.
Get a post's images.
A post's ID.
The images associated with the post.
Get a post's rating.
A post's ID.
The post's rating.
Get the user who made the post.
A post's ID.
The user who made the post.
Get all unapproved posts.
All unapproved posts.
Get all of a user's posts.
A user's ID.
A list of all posts made by the user.
Check if a post has been approved.
A post's ID.
Whether or not the post has been approved by an admin.
Check if a post exists.
A post's ID.
Whether or not the post exists.
Set a post's approved status.
A post's ID.
Approved status.
Set a post's text content.
A post's ID.
The new text content of a post.
Set a post's images.
A post's ID.
The binary data of the new images.
The IDs of the new images.
Generated using TypeDoc
Post services.