Last active
January 18, 2018 17:32
-
-
Save abhishek-parmar1/d418684c5e87e7fdc012b08fea658831 to your computer and use it in GitHub Desktop.
Endpoints Collection (projects, objectives, enrollment)
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
{ | |
'/py/api/student/projects' : 'projectsList', | |
'/py/api/student/projects/objectives' : 'objectivesList', | |
'/py/api/student/catalogues' : 'programs', | |
'/py/api/students/catalogue/batches' : 'batches', | |
'/api/university/list' : 'universities' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment