GitHubAPI wrapper for scala
- json4s
- async-http-client
To develop this, you have to get GitHub API Token.
You can get it from here.
export GITHUB_TOKEN=[Your GitHub Token]
git clone [email protected]:code-check/github-api.git
cd github-api
sbt test
We don't aim to define all fields of JSON. Because these are too much and might be changed by GitHub.
We just define the fields we need.
MIT