feat(content): add topic_detail, list_topic_replies, create_topic_reply#499
Merged
feat(content): add topic_detail, list_topic_replies, create_topic_reply#499
Conversation
- Rename topics_mine -> my_topics across all SDKs (Rust, C, C++, Python, Node.js, Java) - Rename ListMyTopicsOptions -> MyTopicsOptions across all SDKs - Remove license field from OwnedTopic and CreateTopicOptions across all SDKs
- types: add ListTopicRepliesOptions, CreateReplyOptions, TopicReply (with author, images, counts, created_at) - context: add async topic_detail, list_topic_replies, create_topic_reply methods - blocking: add sync wrappers for the three new methods - python: add TopicReply pyclass, sync + async bindings for all three methods - doc comments: update create_topic and create_topic_reply with permission, tickers auto-link warning, rate-limit details Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ListTopicRepliesOptions,CreateReplyOptions,TopicReply(with author, images, engagement counts,created_at)topic_detail,list_topic_replies,create_topic_replymethodsTopicReplypyclass; sync + async bindings for all three methods inContentContext/AsyncContentContextcreate_topicandcreate_topic_replywith permission requirements, tickers auto-link warning, and rate-limit detailsTest plan
cargo buildpasses for bothlongbridgeandlongbridge-pythoncratesTopicReplyfields are accessible from Python🤖 Generated with Claude Code