コード例 #1
0
 public PoliticalPartyTimeService(string api_key, string user_agent = "")
 {
     _service = new SunlightRestClient(host, api_key, user_agent);
 }
コード例 #2
0
 public CongressService(string api_key, string user_agent = "")
 {
     _service = new SunlightRestClient(host, api_key, user_agent);
 }
コード例 #3
0
 public OpenStatesService(string api_key, string user_agent = "")
 {
     _sunlight = new SunlightRestClient(host, api_key, user_agent);
 }
コード例 #4
0
 public CongressService(string api_key, string user_agent = "")
 {
     _service = new SunlightRestClient(host, api_key, user_agent);
 }
コード例 #5
0
 public CapitolWordsService(string api_key, string user_agent = "")
 {
     _service = new SunlightRestClient("http://capitolwords.org/api/1", api_key, user_agent);
 }
コード例 #6
0
 public OpenStatesService(string api_key, string user_agent = "")
 {
     _sunlight = new SunlightRestClient(host, api_key, user_agent);
 }