Skip to content

Commit

Permalink
Fixed link for getting marks
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeusina committed Sep 20, 2023
1 parent 986b727 commit a36d50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petersbugredu_wrap/utils/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
LOGIN_URL = "https://dnevnik2.petersburgedu.ru/api/user/auth/login"
RELATED_CHILD_LIST_URL = "https://dnevnik2.petersburgedu.ru/api/journal/person/related-child-list"
TEACHER_LIST_URL="https://dnevnik2.petersburgedu.ru/api/journal/teacher/list?p_page={{page}}&p_educations%5B%5D={{education_id}}"
MARKS_BY_DATE_URL="https://dnevnik2.petersburgedu.ru/api/journal/estimate/table?p_educations%5B%5D={{education_id}}p_date_from={{date_from}}&p_date_to={{date_to}}&p_limit=100&p_page={{page}}"
MARKS_BY_DATE_URL="https://dnevnik2.petersburgedu.ru/api/journal/estimate/table?p_educations%5B%5D={{education_id}}&p_date_from={{date_from}}&p_date_to={{date_to}}&p_limit=100&p_page={{page}}"
LESSONS_BY_DATE_URL="https://dnevnik2.petersburgedu.ru/api/journal/lesson/list-by-education?p_page={{page}}&p_datetime_from={{date_from}}%2000:00:00&p_datetime_to={{date_to}}%2023:59:59&p_educations%5B%5D={{education_id}}"

0 comments on commit a36d50d

Please sign in to comment.