Tagplay.Post

Source

Summary

flag!(project_id, feed_id, post_id, client)

Flag a post

get!(project_id, feed_id, post_id, client)

Get a specific posts info

like!(project_id, feed_id, post_id, client)

Like a post

list!(project_id, feed_id, client)

List public posts for a feed

unflag!(project_id, feed_id, post_id, client)

Unflag a post

unlike!(project_id, feed_id, post_id, client)

Unlike a post

Functions

flag!(project_id, feed_id, post_id, client)

Specs:

Flag a post.

Source
get!(project_id, feed_id, post_id, client)

Specs:

Get a specific posts info.

Source
like!(project_id, feed_id, post_id, client)

Specs:

Like a post.

Source
list!(project_id, feed_id, client)

Specs:

List public posts for a feed

Source
unflag!(project_id, feed_id, post_id, client)

Specs:

Unflag a post.

Source
unlike!(project_id, feed_id, post_id, client)

Specs:

Unlike a post.

Source