コード例 #1
0
        public void TestSmilarPosts()
        {
            var response = _api.GetSimilarTopics("DiscourseApi", "Discourse Api post topic yes no, there");

            Assert.IsNotNull(response);
        }