-
Notifications
You must be signed in to change notification settings - Fork 0
getPastEvaluations
JurijTSL edited this page Oct 24, 2020
·
2 revisions
import tk.thesuperlab.jea.JEAClient;
Metoda getPastEvaluations
se uporablja za pridobivanje preteklih ocenjevanj uporabnika.
jeaclient.getPastEvaluations();
JEAToken token = new JEAToken("uporabniskoime", "geslo");
JEAClient client = new JEAClient(token);
//Izpišemo ocenjevanja
System.out.println(client.getPastEvaluations());
Metoda vrne JSON String preteklih ocenjevanj.