コード例 #1
0
        public UserConversationsClientTest()
        {
            var auth = new Authentication(AppId, AppKey);
            var restClientFactory = new RestClientFactory(auth);

            userConversationsClient = new UserConversationsClient(restClientFactory);
        }
コード例 #2
0
 public UserConversationsClientTest()
 {
     this.userConversationsClient = new UserConversationsClient(new Authentication(AppId, AppKey));
 }