Hello!
Sorry to revive a seemingly inactive github, just curious if you had any plans to update this moving forward? It would seem a lot of the commands get hung in some variety of ways, and this is the only c# discord API repository I could find.
Namely if its important that i've tested:
ServerUtil srvU = client.GetServerUsage(srv.Attributes.Identifer);
Console.WriteLine(srvU.Attributes.Memory.Current + "MB Usage");
if (client.SendSignal(srv.Attributes.Identifier, PowerSettings.start))
Console.WriteLine("Signal Sent!");
else
Console.WriteLine("Failed to send!");
if (client.PostCMDCommand(srv.Attributes.Identifier, "say Hello!"))
Console.WriteLine("Command Sent!");
else
Console.WriteLine("Command failed to send!");
On a side note, I just wanted to say thank you for the work you put into this. I don't have a strong enough grasp on Json or using Json code inside of C# to be able to have done this myself.
Best regards,
No1's Perfect