mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
Set request content type appropriately
This commit is contained in:
@@ -18,5 +18,6 @@ namespace Octokit.Http
|
||||
public Dictionary<string, string> Parameters { get; private set; }
|
||||
public Uri BaseAddress { get; set; }
|
||||
public Uri Endpoint { get; set; }
|
||||
public string ContentType { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user