nabeelmukhtar / github-java-sdk

This project aims to provide a Java wrapper for Github API.
http://develop.github.com/
64 stars 22 forks source link

ObjectService.getBlob should use URL GET_BLOB_URL #17

Closed aslakknutsen closed 13 years ago

aslakknutsen commented 13 years ago

ObjectService.getBlob uses wrong GitHub URL, should be GET_BLOB_URL not GET_BLOBS_URL. Results in filePath being ignored and method always returning null due to 'unknown' response.