inspectorG4dget / AnonymousFeedback

1 stars 0 forks source link

getSectionTA's API endpoint #23

Closed cannotparse closed 7 years ago

cannotparse commented 7 years ago

Create an Endpoint on 'r/getSectionTA' which receives

{
    course :"ITI1120"
    section:"B1"
}

and returns

{
tas:[
    {
        name : "Ashwin Pancakes",
        taID : "1"
    },
    {
        name : "Paulina Meh",
        taID : "2"
    }
]
}