Rework request object to be the correct structure so SimpleJsonSerializer can be used to serialize it. Remove MaintenanceDate class and just pass in the Date/string for when

Still need to use UrlFormEncoding rather than json in the POST body though...
This commit is contained in:
Ryan Gribble
2016-08-16 22:44:17 +10:00
committed by Brendan Forster
parent e0d5a74e16
commit 1415dc3bef
@@ -9,8 +9,6 @@ namespace Octokit.Tests.Clients
{
public class TheGetMaintenanceModeMethod
{
readonly string _distinguishedNameUser = "uid=test-user,ou=users,dc=company,dc=com";
[Fact]
public void RequestsCorrectUrl()
{