Hardly.Library.Twitch.TwitchApi.GetFollowerJson C# (CSharp) Method

GetFollowerJson() static private method

static private GetFollowerJson ( TwitchConnection connection, uint limit, uint offset ) : string
connection TwitchConnection
limit uint
offset uint
return string
        static string GetFollowerJson(TwitchConnection connection, uint limit, uint offset)
        {
            return GetJson(connection.bot, limit, offset, "channels/" + connection.channel.user.userName + "/follows?");
        }