Commit Graph

9 Commits

Author SHA1 Message Date
half-ogre
a0306ae1df use HTTP verbs for clarity: PUT edition
GetOrCreate no more
2013-10-14 12:14:29 -07:00
half-ogre
e7da50cb9d remove the T from ApiConnection{T}
It isn't buying is much, and by getting rid of it we can make API
connection more general. getting rid of strangeness like GetItem and
Upload
2013-10-14 12:05:10 -07:00
half-ogre
6f3fa81789 move internal stuff to .Internal namespace 2013-10-08 15:14:06 -07:00
half-ogre
39b4c35e7c move clients into root namespace
Only we can stop namespace proliferation.
2013-10-08 15:08:00 -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
ede0267a96 Back to ReleasesCLient. 2013-10-03 09:09:28 -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
Matt Burke
56406646e3 Get all releases for a repository. 2013-10-03 09:03:57 -07:00