szwsck / librus-client-kotlin

Android client for Librus/ Librus Synergia using Rest API and Kotlin
GNU General Public License v3.0
21 stars 8 forks source link

Add classrooms to timetable #24

Closed shymmq closed 7 years ago

shymmq commented 7 years ago

They are contained under /TimetableEntries endpoint Example response:

{
 "Id":1234,
 "Lesson":{
    "Id":12345,
    "Url":"https://api.librus.pl/2.0/Lessons/12345"
 },
 "DateFrom":"2017-09-00",
 "DateTo":"2018-06-33",
 "DayOfTheWeek":8,
 "LessonNo":0,
 "Classroom":{
    "Id":4321,
    "Symbol":"208",
    "Name":"208",
    "Size":23
 }
},