Kohsuke Kawaguchi d6d73f5165 A step toward using Poster in place of the retrieve* methods.
I was trying to add  the flavor of the retrieve method that reads into an existing instance, when I realized that there are just too many orthogonal axes here to rely on overloaded methods.

That calls for a builder pattern, which we already have --- it's called Poster, but it can actually already handle GET and other HTTP requests.

So I'm retiring the retrieveXYZ methods and moving the code into Poster. This is the first step.
2012-09-05 18:53:06 -07:00
2010-04-18 21:07:10 -07:00
2012-05-21 22:16:09 -07:00

Java API for GitHub

See http://github-api.kohsuke.org/ for more details
Description
No description provided
Readme 35 MiB
Languages
Java 100%