예제 #1
0
 public APIResource(JobAlertsAPI handle)
 {
     this.handle = handle;
 }
예제 #2
0
 public SubscriberResource(JobAlertsAPI handle)
     : base(handle)
 {
     this.endpoint = "subscriber";
 }
예제 #3
0
 public void SetRelationData(JobAlertsAPI handle)
 {
     /*foreach (SubscriberResult res in this.Results) {
         res.APIHandle = handle;
     }*/
 }
예제 #4
0
 public BatchResource(JobAlertsAPI handle)
     : base(handle)
 {
     this.endpoint = "batch";
 }