Simple rest service which returns details of given Github repository.
GET /repositories/{owner}/{repository-name}
Tests: ./gradlew check
Application: ./gradlew bootRun or ./gradlew build && java -jar build/libs/GithubService-0.0.1-SNAPSHOT.jar
Currently limited to 60 requests per hour (https://developer.github.com/v3/#rate-limiting).
- Production ready (spring-actuator, dockerfile)
- Requests limit (maybe cache mechanism?)