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