Move Response to its own file and Internal namespace

A class named "Response" could conflict with a lot of things.
This commit is contained in:
Haacked
2015-01-01 20:40:10 -08:00
parent 4c8bab20eb
commit be9f446df4
15 changed files with 37 additions and 18 deletions

View File

@@ -2,6 +2,7 @@
using System.Diagnostics.CodeAnalysis;
using System.Net;
using System.Runtime.Serialization;
using Octokit.Internal;
namespace Octokit
{