Created
March 11, 2013 00:34
-
-
Save natebenes/5131184 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get list of Dining Halls | |
http://histestiis.unl.edu/menus/services/DailyMenu.aspx?action=getcomplexes | |
# Get list of Meal Dates | |
http://histestiis.unl.edu/menus/services/DailyMenu.aspx?action=getmealdates | |
# Get menu for DAY | |
http://histestiis.unl.edu/menus/services/dailymenu.aspx?action=getdailymenuforentireday&complexId={COMPLEX_ID}&mealdate={DATE}&Type=hierarchical |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment