We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341dbd1 commit 00e541cCopy full SHA for 00e541c
lib/discourse_api/api/topics.rb
@@ -119,6 +119,10 @@ def bookmark_topic(topic_id)
119
def remove_topic_bookmark(topic_id)
120
put("/t/#{topic_id}/remove_bookmarks.json")
121
end
122
+
123
+ def get_topic_url_by_external_id(external_id)
124
+ get("/t/external_id/#{external_id}")
125
+ end
126
127
128
0 commit comments