public PoliticalPartyTimeService(string api_key, string user_agent = "")
 {
     _service = new SunlightRestClient(host, api_key, user_agent);
 }
 public CongressService(string api_key, string user_agent = "")
 {
     _service = new SunlightRestClient(host, api_key, user_agent);
 }
Esempio n. 3
0
 public OpenStatesService(string api_key, string user_agent = "")
 {
     _sunlight = new SunlightRestClient(host, api_key, user_agent);
 }
Esempio n. 4
0
 public CongressService(string api_key, string user_agent = "")
 {
     _service = new SunlightRestClient(host, api_key, user_agent);
 }
 public CapitolWordsService(string api_key, string user_agent = "")
 {
     _service = new SunlightRestClient("http://capitolwords.org/api/1", api_key, user_agent);
 }
 public OpenStatesService(string api_key, string user_agent = "")
 {
     _sunlight = new SunlightRestClient(host, api_key, user_agent);
 }