Luther’s List API
Base URL
http://luthers-list.herokuapp.com/api/
Get All Courses (Current Semester) by Department Mnemonic
- Browser View - http://luthers-list.herokuapp.com/api/dept/CS - Replace CS with any valid department mnemonic
- Raw JSON - http://luthers-list.herokuapp.com/api/dept/CS?format=json - Replace CS with any valid department mnemonic
Get All Department Mnemonics
- Browser View - http://luthers-list.herokuapp.com/api/deptlist
- Raw JSON - http://luthers-list.herokuapp.com/api/deptlist?format=json
Expected Additions
- Get all faculty names and email addresses
If you have API requests, post them on Piazza with the luthers-list
folder.