ashawley / github-api-scala

GitHubAPI wrapper for scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHubAPI for scala

GitHubAPI wrapper for scala

Dependencies

  • json4s
  • async-http-client

How to develop

To develop this, you have to get GitHub API Token.
You can get it from here.

export GITHUB_TOKEN=[Your GitHub Token] 
git clone git@github.com:code-check/github-api.git
cd github-api
sbt test

About models

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.

License

MIT

About

GitHubAPI wrapper for scala

License:MIT License


Languages

Language:Scala 100.0%