Private authThe AuthService for this instance
Reply to a Post
The Post#id to get the Conversation#id for
Fetch the latest Posts
Fetch the latest Posts
Optional settings: { An object containing settings for the query
Optional latitude?: numberOptional longitude?: numberOptional page?: numberOptional range?: number`let x = await client.posts.getNearby();`
`let x = await client.posts.getNearby({latitude: 37.42342342342342, longitude: -122.08395287867832, range: 5, page: 5});`
Fetch the popular Posts
Fetch the replies to a Post
The Post#id to get replies for
Likes a Post
The Post#id to like
Create a Post
The options to use when creating the Post
Optional mediaGenerated using TypeDoc
Handles post related API requests