You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description :
With the CodinGame API, add the ability to find user information about the puzzle.
Exemple :
StringuserId = "The user id";
Puzzlespuzzles = codinGame.getPuzzles(userId);
puzzles.get(0).getDoneAchievementCount();
puzzles.get(0).getValidatorScore();
The text was updated successfully, but these errors were encountered:
Description :
With the CodinGame API, add the ability to find user information about the puzzle.
Exemple :
The text was updated successfully, but these errors were encountered: