Skip to content

Commit

Permalink
Merge pull request #269 from agodet/master
Browse files Browse the repository at this point in the history
add val de marne ent
  • Loading branch information
bain3 authored Oct 3, 2023
2 parents 0cd9696 + d2c2d96 commit 0e271b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/api/ent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,6 @@ An example of client initialization with the ac_reunion ENT:

.. autofunction:: pronote_hubeduconnect

.. autofunction:: val_de_marne

.. autofunction:: val_doise
1 change: 1 addition & 0 deletions pronotepy/ent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
occitanie_toulouse,
occitanie_montpellier,
val_doise,
val_de_marne,
cas_cybercolleges42_edu,
ecollege_haute_garonne_edu,
ac_orleans_tours,
Expand Down
5 changes: 5 additions & 0 deletions pronotepy/ent/ent.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@

"""CAS with EduConnect"""

val_de_marne = partial(
_cas_edu,
url="https://cas.moncollege.valdemarne.fr/login?selection=EDU_parent_eleve",
)

cas_cybercolleges42_edu = partial(
_cas_edu,
url="https://cas.cybercolleges42.fr/login?selection=EDU_parent_eleve&service=https://example.com/",
Expand Down

0 comments on commit 0e271b4

Please sign in to comment.