A collection of JSON API endpoints for UT Dallas.
base: http://ut-dallas-utils.herokuapp.com
Checks if a person is in the Github Directory.
curl http://ut-dallas-utils.herokuapp.com/is_student/Austin%20Pray
{
"error": false,
"request": {
"name": "Nathaniel Fairbank"
},
"isHacker": true
}
This endpoint is used over at https://github.com/austinpray/UTDFFS-helper to automate the verification of people who want to join the Github Free & For Sale 2.0 Facebook page.
More endpoints coming. Please submit a feature request or sling some code my way.
❤️ Nate Fairbank nfairbank@gmail.com