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
@@ -4,6 +4,7 @@ using System.Globalization;
using System.IO;
using System.Net;
using System.Runtime.Serialization.Formatters.Binary;
using Octokit.Internal;
using Xunit;
namespace Octokit.Tests.Exceptions