예제 #1
0
 static public string URLGet(string token, string groupID)
 => UtilityNet.URLGet(token, "groups", groupID.ToString());
예제 #2
0
 static public string URLGet(string token, string groupID)
 => UtilityNet.URLGet(token, "groups", groupID, "messages");
예제 #3
0
 static public string URLGet(string token)
 => UtilityNet.URLGet(token, "groups");