-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
api_test.http
78 lines (47 loc) · 1.37 KB
/
api_test.http
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Test FastAPI endpoints
###
GET http://127.0.0.1:8000/manifest.json
Accept: application/json
###
GET http://127.0.0.1:8000/{{secret_str}}/manifest.json
Accept: application/json
###
GET http://127.0.0.1:8000/catalog/movie/tamil_hdrip.json
Accept: application/json
###
GET http://127.0.0.1:8000/catalog/series/tamil_series.json
Accept: application/json
###
GET http://127.0.0.1:8000/catalog/tv/live_tv.json
Accept: application/json
###
GET http://127.0.0.1:8000/stream/tv/mf7c537827a3.json
Accept: application/json
###
GET http://127.0.0.1:8000/catalog/movie/tamil_hdrip/skip=10.json
Accept: application/json
###
GET http://127.0.0.1:8000/{{secret_str}}/catalog/series/tamil_series.json
Accept: application/json
###
GET http://127.0.0.1:8000/stream/movie/tt11468258.json
Accept: application/json
###
GET http://127.0.0.1:8000/{{secret_str}}/stream/movie/tt11468258.json
Accept: application/json
###
GET http://127.0.0.1:8000/{{secret_str}}/meta/series/mf279172080279251.json
Accept: application/json
###
GET http://127.0.0.1:8000/meta/series/mf113075207220135:1:1.json
Accept: application/json
###
GET http://127.0.0.1:8000/{{secret_str}}/stream/series/mf113075207220135:1:1.json
Accept: application/json
###
GET http://127.0.0.1:8000/meta/movie/tt11468258.json
Accept: application/json
###
GET http://127.0.0.1:8000/stream/tv/mf1358a3be25.json
Accept: application/json
###