Skip to content

Senex-x/itis-timetable-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Schedule parser

The web microservice that provides an API for retrieving and parsing timetable data from Google Spreadsheets. Designed to work with the ITIS Timetable android app.

Deployed at: https://itis-timetable-parser.herokuapp.com/

/parse

Initializes timetable parsing

GET Schedule

/schedule/{groupName}

Returns Schedule by group name

/schedule/{groupId}

Returns Schedule by group id

GET Group

/group

Returns all groups

GET Subject

/subject/{subjectId}

Returns Subject by its id

Releases

No releases published

Packages

No packages published

Languages