Documentation
¶
Index ¶
- type Client
- func (c *Client) GetPost(ctx context.Context, input string) (domain.Post, error)
- func (c *Client) GetPostReplies(ctx context.Context, input string, limit int) (domain.Page[domain.Reply], error)
- func (c *Client) GetProfile(ctx context.Context, input string) (domain.Profile, error)
- func (c *Client) GetProfilePosts(ctx context.Context, input string, limit int) (domain.Page[domain.Post], error)
- func (c *Client) Info() provider.Info
- func (c *Client) SearchPosts(ctx context.Context, query string, limit int) (domain.Page[domain.Post], error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetPostReplies ¶
func (*Client) GetProfile ¶
func (*Client) GetProfilePosts ¶
Click to show internal directories.
Click to hide internal directories.