Intended to be instantiated internally by Client.
Create a new post. gifData
should be an animated image in gif format that {@link FormData} understands.
Delete a post provided its ID. The requester must be the original uploader.
Fetch a list of currently popular posts, best used with infinite scroll.
Limit, up to 50
Fetch a post provided its ID.
Search for posts provided a query. Typo-tolerant.
Limit, up to 50
Create an instance of this class. Intended for internal use by Client
Generated using TypeDoc
Post-related functions. Corresponds to the /post API route.