You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.ArgumentException: ''' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.
Parameter name: name'
var client = new RestClient("https://api.trello.com");
var request = new RestRequest("/1/actions/592f11060f95a3d3d46a987a");
var content = client.Execute(request);