LiterateInk / Pawnote

A purrfect API wrapper for PRONOTE.
https://docs.literate.ink/pawnote
GNU General Public License v3.0
55 stars 12 forks source link

feature: add communication->agenda #64

Open Vexcited opened 1 month ago

Vexcited commented 1 month ago

There's two different views : one per week and one in chronological order.

image

Even though, we might think it's two different requests, it's only one !

When looking closely, we have

{"session":6793835,"numeroOrdre":"b24fe5eed2fdf9111af9b9dd64b92ff2","nom":"PageAgenda","donneesSec":{"_Signature_":{"onglet":9},"donnees":{"NumeroSemaine":0,"AvecListeClasses":true}}}

as payload and NumeroSemaine is where we should start getting the agenda.

Returned items are all from NumeroSemaine until the end of year(?)

Louis-htmlcss commented 1 month ago

Tu la fais ou je peux essayer de le faire ?