farkam135 / Myrmey-Assist

The all-in-one UCI SOC
https://myrmeyassist.com
MIT License
1 stars 1 forks source link

Add /api/getCourseDetails #3

Closed farkam135 closed 6 years ago

farkam135 commented 6 years ago

POST /api/getCourseDetails

Add the /api/getCourseDetails post which should accept an array of course names (body will be application/json), run the UCI.SOC.getCourseDetails function and return the result. For details on the input check out the getCourseDetails function in the UCI-API repo in the ucisoc resource.

farkam135 commented 6 years ago

Resolved in #21