We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62634c3 commit 9907c5dCopy full SHA for 9907c5d
core/src/main/java/com/github/api/v2/services/impl/GitHubApiGateway.java
@@ -252,6 +252,8 @@ protected InputStream callApiGet(String apiUrl) {
252
* @return the input stream
253
*/
254
protected InputStream callApiGet(String apiUrl, int expected) {
255
+
256
+ System.out.println(apiUrl);
257
try {
258
URL url = new URL(apiUrl);
259
if (!requestParameters.isEmpty()) {
0 commit comments