mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-14 00:11:23 +00:00
Change requester to GET by default
This commit is contained in:
@@ -17,7 +17,7 @@ public class GHIssueBuilder {
|
||||
|
||||
GHIssueBuilder(GHRepository repo, String title) {
|
||||
this.repo = repo;
|
||||
this.builder = new Requester(repo.root);
|
||||
this.builder = repo.root.retrieve().method("POST");
|
||||
builder.with("title", title);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user