Phil Haack
Phil Haack
For reference, this is how Octokit.objc does it: https://github.com/octokit/octokit.objc/blob/master/OctoKit/OCTResponse.m#L22 Maybe our clients need to return response objects and not just the actual entities.
Ok, I woke up at 5 AM with a bit of inspiration about this I want to run by you. :smile: Let's take a step back and think about what...
@half-ogre any thoughts on this?
/cc @paulcbetts for your thoughts. Sounds like we might be able to plug-in Akavache.Http.
According to this > The payloads for all hooks mirror the payloads for [the Event types](http://developer.github.com/v3/activity/events/types/), with the exception of the original push event, which has a more detailed payload....
@philoushka We'd accept a contribution. Feel free to fix anything wrong with our `PushEvent` class. I honestly haven't looked very closely at it so I'm not sure why it's different...
If I had a time machine I'd have written these APIs to return a custom `IPaginatedList` interface. The current implementation makes it impossible to build a client with pagination without...
I would love to remove all namespaces from unit and integration tests. They really don't serve a purpose for our tests. Namespaces are useful for libraries that you reference in...
Split it up. I worry that one big fat PR will cause problems for everybody else. :)
Hi @seanyeomans, yep, it reloads the route. You can see that here: https://github.com/Haacked/RouteMagic/blob/master/src/RouteMagic/RouteRegistrationExtensions.cs#L27 The reason is that when you change the file, we don't diff the changes. We just take...