Reply to comment

daylife constructor..

your library throws an exception in the default constructor

public DayRequest()
{
m_DayLifeURL = "http://freeapi.daylife.com/xmlrest/publicapi/4.4/";

throw new Exception("Please setup your Access Key and Shared Secret in DayLifeAPI.DayRequest Constructor. Also adjust the three constants above to fit your usage patterns.");
m_AccessKey = "Your Access Key Here";
m_SharedSecret = "Your Shared Secret Here";
}

Reply

CAPTCHA
This question helps us test whether you are a human visitor and to prevent automated spam submissions.
6 + 7 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.