bain3/pronotepy

get information

Closed this issue · 1 comments

salut je n'est pas compris ce que je devais mettre dans le paramètre 'dict' pour recuperer des info
pouvez m'aider ?
info = pronotepy.Information(client=client,json_dict=)

bain3 commented

You would get new published informations using Client.information_and_surveys().

client = pronotepy.Client(...)

infos = client.information_and_surveys()