Beispiel #1
0
 public FindItem(HttpListenerRequestCache cache = null) : base("/api/findItem/{scraper}/{name}", cache)
 {
 }
Beispiel #2
0
 public GetLocal(HttpListenerRequestCache cache = null) : base("/api/getLocal/{group}/{kind}", cache)
 {
 }
Beispiel #3
0
 public PostItem(HttpListenerRequestCache cache = null) : base("/api/postItem", cache)
 {
 }
Beispiel #4
0
 public GetMedia(HttpListenerRequestCache cache = null) : base("/api/getMedia/{scraper}/{episode_uid}", cache)
 {
 }
Beispiel #5
0
 public BatchDownload(HttpListenerRequestCache cache = null) : base("/api/batchDownload", cache)
 {
 }
Beispiel #6
0
 public GetRecent(HttpListenerRequestCache cache = null) : base("/api/getRecent/{scraper}", cache)
 {
 }
Beispiel #7
0
 public Session(HttpListenerRequestCache cache = null) : base("/api/session", cache)
 {
 }
Beispiel #8
0
 public GetMediaUrl(HttpListenerRequestCache cache = null) : base("/api/getmediaurl/{scraper}/{media_uid}", cache)
 {
 }
Beispiel #9
0
 public GetDownloads(HttpListenerRequestCache cache = null) : base("/api/getDownloads", cache)
 {
 }
Beispiel #10
0
 public GetItem(HttpListenerRequestCache cache = null) : base("/api/getItem/{scraper}/{group}/{kind}/{nid}/{uid}", cache)
 {
 }