Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

com.mixer.api.response.channels.Attributes : wrong SerializedName #76

Open
sovannarithcheav opened this issue Oct 31, 2019 · 0 comments

Comments

@sovannarithcheav
Copy link

sovannarithcheav commented Oct 31, 2019

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() {
        }
    }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant