Example #1
0
        public void VerifyAutoTagUpdate()
        {
            string waiverGUID = "4fc7d12601941";
            string autoTag    = "1234";

            ISmartWaiver smartWaiver = new SmartWaiver("laskdfj");

            Assert.Equal("https://waiver.smartwaiver.com/auto/?auto_waiverid=4fc7d12601941&auto_tag=1234",
                         smartWaiver.Waiver.GetAutoTaggedWaiverUrl(waiverGUID, autoTag));
        }
        public SmartWaiver.SearchRequestData SearchRequest()
        {
            var result = SmartWaiver.SearchRequest();

            return(result);
        }
        public List <SmartWaiver.Waiver> GetSignedWaivers(string lname = null)
        {
            var result = SmartWaiver.GetSignedWaivers(lname);

            return(result);
        }
        public string GetPingPong(string s = "ping")
        {
            var result = SmartWaiver.GetPingPong(s);

            return(result);
        }