Implement GitHub App API methods

This commit is contained in:
Paulo Almeida
2019-06-11 17:27:07 +12:00
parent afce9ece89
commit c905bb4b6c
10 changed files with 545 additions and 8 deletions

View File

@@ -165,7 +165,7 @@ class Requester {
return _with(key, value);
}
public Requester with(String key, Collection<String> value) {
public Requester with(String key, Collection<?> value) {
return _with(key, value);
}