File tree 1 file changed +15
-5
lines changed
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,16 @@ Search returns a list of relevant results - accepts any combination of paramters
36
36
##### SELECT
37
37
38
38
Requires course id, term, and key - returns a single result
39
- /api/courses/select?course_id=<course_id>&term=<term >&key=<key >
39
+ ```
40
+ /api/courses/select?course_id=<course_id>&term=<term>&key=<key>
41
+ ```
40
42
41
43
##### SEARCH
42
44
43
45
Accepts any combination of one or more parameters, requires key - returns a list
44
- /api/courses/search?course_name=<course_name>&key=<key >
46
+ ```
47
+ /api/courses/search?course_name=<course_name>&key=<key>
48
+ ```
45
49
46
50
##### PARAMETERS
47
51
@@ -60,7 +64,9 @@ Requires name, and key - returns a single result
60
64
##### SEARCH
61
65
62
66
Accepts any combination of one or more parameters, requires key - returns a list
63
- /api/courses/search?kitchen=<kitchen >&key=<key >
67
+ ```
68
+ /api/courses/search?kitchen=<kitchen>&key=<key>
69
+ ```
64
70
65
71
Special residences:
66
72
@@ -101,12 +107,16 @@ features
101
107
##### SELECT
102
108
103
109
Requires uni, and key - returns a single result
104
- /api/courses/select?uni=<uni >&key=<key >
110
+ ```
111
+ /api/courses/select?uni=<uni>&key=<key>
112
+ ```
105
113
106
114
##### SEARCH
107
115
108
116
Accepts any combination of one or more parameters, requires key - returns a list
109
- /api/courses/search?name=<name >&key=<key >
117
+ ```
118
+ /api/courses/search?name=<name>&key=<key>
119
+ ```
110
120
111
121
##### PARAMETERS
112
122
You can’t perform that action at this time.
0 commit comments