Beispiel #1
0
        public string getBhRestToken()
        {
            string bhRestToken = null;

            try
            {
                bhRestToken = restApiSession.GetBhRestToken();
            }
            catch (RestApiException e)
            {
                //log.error("Error getting bhRestToken! ", e);
            }
            return(bhRestToken);
        }
 public void GetBhRestTokenTest()
 {
     Assert.IsNotNull(restApiSession.GetBhRestToken());
 }