node
Number of APIs: 11
-
localhost:2410/svr/students GET localhost:2410/svr/students
-
localhost:2410/svr/students/18 GET localhost:2410/svr/students/100
-
localhost:2410/svr/students/course/React GET localhost:2410/svr/students/course/React
-
localhost:2410/svr/students?course=React,Node,JS GET localhost:2410/svr/students?course=React,JS,Node
-
localhost:2410/svr/students?course=React,JS,Node&grade=A GET localhost:2410/svr/students?course=React,JS,Node&grade=A
-
localhost:2410/svr/students?grade=B GET localhost:2410/svr/students?grade=B
-
localhost:2410/svr/students?sort=name GET localhost:2410/svr/students?sort=name
-
localhost:2410/svr/students?sort=course GET localhost:2410/svr/students?sort=course
-
localhost:2410/svr/students?sort=name&course=React,Node GET localhost:2410/svr/students?sort=name&course=React,Node
-
localhost:2410/svr/students?sort=name&course=React,Node&grade=A GET localhost:2410/svr/students?sort=name&course=React,Node&grade=A