Ejemplo n.º 1
0
 static public string URLGet(string token, string groupID)
 => UtilityNet.URLGet(token, "groups", groupID.ToString());
Ejemplo n.º 2
0
 static public string URLGet(string token, string groupID)
 => UtilityNet.URLGet(token, "groups", groupID, "messages");
Ejemplo n.º 3
0
 static public string URLGet(string token)
 => UtilityNet.URLGet(token, "groups");