Content context.
Definition: content_context.hpp:15
void news(const std::string &symbol, AsyncCallback< ContentContext, std::vector< NewsItem >> callback) const
Get news list for a symbol.
ContentContext & operator=(const ContentContext &ctx)
ContentContext(const ContentContext &ctx)
void create_topic(const CreateTopicOptions &opts, AsyncCallback< ContentContext, std::string > callback) const
Create a new topic.
ContentContext(const lb_content_context_t *ctx)
ContentContext(ContentContext &&ctx)
static ContentContext create(const Config &config)
void topics(const std::string &symbol, AsyncCallback< ContentContext, std::vector< TopicItem >> callback) const
Get discussion topics list for a symbol.
void my_topics(const MyTopicsOptions &opts, AsyncCallback< ContentContext, std::vector< OwnedTopic >> callback) const
Get topics created by the current authenticated user.
struct lb_content_context_t lb_content_context_t
Definition: content_context.hpp:8
Options for creating a topic.
Definition: types.hpp:2244
Options for listing topics created by the current authenticated user.
Definition: types.hpp:2233