Skip to content

Commit 91d5d8d

Browse files
committed
Add some more fields to User
1 parent fe5da50 commit 91d5d8d

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/com/creatubbles/api/core

1 file changed

+2
-2
lines changed

src/main/java/com/creatubbles/api/core/User.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.creatubbles.api.core;
22

33
public class User {
4-
public String id;
5-
public String username, email, country, role;
4+
public String id, age, birth_month, birth_year;
5+
public String username, display_name, email, country, role;
66
public boolean is_teacher, is_loggable, is_site_admin, newsletter;
77
public int signed_up_as;
88
public String access_token;

0 commit comments

Comments
 (0)