node

Number of APIs: 11

  1. localhost:2410/svr/students GET localhost:2410/svr/students

  2. localhost:2410/svr/students/18 GET localhost:2410/svr/students/100

  3. localhost:2410/svr/students/course/React GET localhost:2410/svr/students/course/React

  4. localhost:2410/svr/students?course=React,Node,JS GET localhost:2410/svr/students?course=React,JS,Node

  5. localhost:2410/svr/students?course=React,JS,Node&grade=A GET localhost:2410/svr/students?course=React,JS,Node&grade=A

  6. localhost:2410/svr/students?grade=B GET localhost:2410/svr/students?grade=B

  7. localhost:2410/svr/students?sort=name GET localhost:2410/svr/students?sort=name

  8. localhost:2410/svr/students?sort=course GET localhost:2410/svr/students?sort=course

  9. localhost:2410/svr/students?sort=name&course=React,Node GET localhost:2410/svr/students?sort=name&course=React,Node

  10. localhost:2410/svr/students?sort=name&course=React,Node&grade=A GET localhost:2410/svr/students?sort=name&course=React,Node&grade=A