Commit Graph

13 Commits

Author SHA1 Message Date
half-ogre
39b4c35e7c move clients into root namespace
Only we can stop namespace proliferation.
2013-10-08 15:08:00 -07:00
Haacked
f8e7d2da29 Improve accepts and content type handling 2013-10-06 22:26:24 -07:00
Haacked
f6c156f371 Return IReadOnlyList over IReadOnlyCollection
ReadOnlyCollection implements IReadOnlyList. Whodathunkit?
2013-10-04 10:23:28 -07:00
Haacked
adfb50198e Applying our private member naming convention
Just trying to make @half-ogre happy
2013-10-04 10:01:20 -07:00
Haacked
c979b342b6 Upload should take explicit contenttype parameter
Rather than accept an arbitrary dictionary, let's make it accept the
values we know. We still need to tackle the arbitrary headers problem
soon though.
2013-10-03 09:49:55 -07:00
Matt Burke
6092c4f491 Reduce noise.
* Remove using statements that were the only change to a file.
* Remove methods that were added and are no longer used.
2013-10-03 09:09:28 -07:00
Matt Burke
d0a5c5f9a6 Implement upload in ApiConnection. 2013-10-03 09:06:30 -07:00
Matt Burke
15a5cc9591 Front end for uploading a release asset. 2013-10-03 09:05:57 -07:00
Matt Burke
3ee008cfca Create a new release. 2013-10-03 09:05:01 -07:00
Matt Burke
903fb84d97 Move Releases API to RepositoriesClient.
Releases are grouped under Repositories on developer.github.com.
2013-10-03 09:03:58 -07:00
Haacked
6a0e27274b Allow passing query parameters to connection
Change the API to support dictionary of query parameters.
2013-09-23 10:15:08 -07:00
Haacked
e07b6d62c2 Add null checks and fix CodeAnalysis errors.
I enabled code analysis to the Octokit.Reactive project and
needed to fix things up.
2013-01-29 14:36:24 -08:00
Haacked
997e955f38 Rename to Octokit to be consistent with other API libs
GitHub is naming all of the libraries Octokit for their respective
platforms
2013-01-29 14:00:27 -08:00