Skip to content
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

@sovannarithcheav

Description

@sovannarithcheav

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions