File diff suppressed because it is too large
Load Diff
@@ -83,7 +83,7 @@ namespace Untappd.Net.Responses.Feeds.UserActivityFeed
|
||||
{
|
||||
|
||||
[JsonProperty("facebook")]
|
||||
public int Facebook { get; set; }
|
||||
public string Facebook { get; set; }
|
||||
}
|
||||
|
||||
public class User
|
||||
|
||||
@@ -162,6 +162,12 @@ namespace Untappd.Net.Responses.UserBadges
|
||||
[JsonProperty("is_level")]
|
||||
public bool IsLevel { get; set; }
|
||||
|
||||
[JsonProperty("badge_type")]
|
||||
public string BadgeType { get; set; }
|
||||
|
||||
[JsonProperty("has_badge")]
|
||||
public bool HasBadge { get; set; }
|
||||
|
||||
[JsonProperty("category_id")]
|
||||
public int CategoryId { get; set; }
|
||||
|
||||
@@ -175,7 +181,7 @@ namespace Untappd.Net.Responses.UserBadges
|
||||
public Levels Levels { get; set; }
|
||||
|
||||
[JsonProperty("badge_pack")]
|
||||
public int BadgePack { get; set; }
|
||||
public bool BadgePack { get; set; }
|
||||
|
||||
[JsonProperty("badge_pack_name")]
|
||||
public bool BadgePackName { get; set; }
|
||||
|
||||
@@ -204,7 +204,10 @@ namespace Untappd.Net.Responses.UserInfo
|
||||
{
|
||||
|
||||
[JsonProperty("facebook")]
|
||||
public int Facebook { get; set; }
|
||||
public string Facebook { get; set; }
|
||||
|
||||
[JsonProperty("twitter")]
|
||||
public string Twitter { get; set; }
|
||||
}
|
||||
|
||||
public class User2
|
||||
@@ -964,6 +967,9 @@ namespace Untappd.Net.Responses.UserInfo
|
||||
|
||||
[JsonProperty("facebook")]
|
||||
public int Facebook { get; set; }
|
||||
|
||||
[JsonProperty("twitter")]
|
||||
public string Twitter { get; set; }
|
||||
}
|
||||
|
||||
public class Badge
|
||||
|
||||
Reference in New Issue
Block a user