added GitHub paths to each function
This commit is contained in:
parent
bc550751be
commit
3145a162cd
@ -10,6 +10,8 @@ public class CreatePullRequest {
|
|||||||
private CreatePullRequest() {
|
private CreatePullRequest() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static String httpPath = "pulls";
|
||||||
|
|
||||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public static class Request {
|
public static class Request {
|
||||||
|
|
||||||
|
@ -10,6 +10,8 @@ public class CreateReference {
|
|||||||
private CreateReference() {
|
private CreateReference() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static String httpPath = "git/refs";
|
||||||
|
|
||||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public static class Request {
|
public static class Request {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user