This repository was archived by the owner on Jul 21, 2020. It is now read-only.
This repository was archived by the owner on Jul 21, 2020. It is now read-only.
com.mixer.api.response.channels.Attributes : wrong SerializedName #76
Open
Description
It seem like followers was rename to numFollowers
public static enum Attributes {
@SerializedName("online")
ONLINE,
@SerializedName("featured")
FEATURED,
@SerializedName("partnered")
PARTNERED,
@SerializedName("name")
NAME,
@SerializedName("viewersCurrent")
VIEWERS_CURRENT,
@SerializedName("viewersTotal")
VIEWERS_TOTAL,
@SerializedName("followers")
FOLLOWERS,
@SerializedName("subscribers")
SUBSCRIBERS,
@SerializedName("interactive")
INTERACTIVE;
private Attributes() {
}
}
Metadata
Metadata
Assignees
Labels
No labels