|
|
|
@ -186,7 +186,7 @@ func (u *User) GetDisplayName() string {
|
|
|
|
|
|
|
|
|
|
|
|
// Identity json struct
|
|
|
|
// Identity json struct
|
|
|
|
// https://account.altvr.com/api/users/identity.json
|
|
|
|
// https://account.altvr.com/api/users/identity.json
|
|
|
|
// DO NOT USE!!
|
|
|
|
// DO NOT USE!! Requires Auth Token
|
|
|
|
type Identity struct {
|
|
|
|
type Identity struct {
|
|
|
|
Users []User `json:"users"`
|
|
|
|
Users []User `json:"users"`
|
|
|
|
Settings struct {
|
|
|
|
Settings struct {
|
|
|
|
|