Skip to content

Commit

Permalink
Added endpoint for getting children list
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeusina committed Aug 9, 2023
1 parent e680d56 commit 2a68da3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion petersbugredu_wrap/utils/endpoints.py
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
LOGIN_URL="https://dnevnik2.petersburgedu.ru/api/user/auth/login"
"""
File with URL endpoints for petersburg education portal
"""

LOGIN_URL = "https://dnevnik2.petersburgedu.ru/api/user/auth/login"
RELATED_CHILD_LIST_URL = "https://dnevnik2.petersburgedu.ru/api/journal/person/related-child-list"

0 comments on commit 2a68da3

Please sign in to comment.