reddex v0.1.0 Reddex.API.Post View Source

Function for posts.

Link to this section Summary

Functions

Reply to a post. See here for options

Save a post. See here for options

Link to this section Functions

Link to this function

reply(parent, message, opts \\ []) View Source
reply(%{name: String.t()}, String.t(), keyword()) :: Reddex.HTTP.post_resp()

Reply to a post. See here for options.

Link to this function

save(post, opts \\ []) View Source
save(%{name: String.t()}, keyword()) :: Reddex.HTTP.post_resp()

Save a post. See here for options.