added GitHub paths to each function

This commit is contained in:
Brian Long 2020-12-09 22:08:22 -05:00
parent bc550751be
commit 3145a162cd
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@ public class CreatePullRequest {
private CreatePullRequest() {
}
public static String httpPath = "pulls";
@JsonIgnoreProperties(ignoreUnknown = true)
public static class Request {

View File

@ -10,6 +10,8 @@ public class CreateReference {
private CreateReference() {
}
public static String httpPath = "git/refs";
@JsonIgnoreProperties(ignoreUnknown = true)
public static class Request {