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