Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirimas authored Oct 28, 2018
1 parent 71bd468 commit f1caf87
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
Async Twitch New API Wrapper is a asynchronous java wrapper for interaction with API of the [Twitch New API](https://dev.twitch.tv/docs/api/).

Currently support:
* users
* users follows
* streams
* games

* users
* users follows
* streams
* games


Please feel free to report any issues or contribute code.

Expand Down Expand Up @@ -56,12 +58,13 @@ twitch.auth().setAccessToken("my-access-token");
```

## Documentation
* The [Twitch API](https://dev.twitch.tv/docs/api/) documentation will best explain the functionality of each endpoint.

* The [Twitch API](https://dev.twitch.tv/docs/api/) documentation will best explain the functionality of each endpoint.

## Dependencies

* [Java Async HTTP Client](https://github.com/urgrue/java-async-http/releases/tag/2.1.2) ver. 2.1.2 // Jar include to the project until it not in the maven repository
* [Jackson JSON Processor - Databind](https://github.com/FasterXML/jackson-databind/wiki) ver. 2.9.7
* [Java Async HTTP Client](https://github.com/urgrue/java-async-http/releases/tag/2.1.2) ver. 2.1.2 // Jar include to the project until it not in the maven repository
* [Jackson JSON Processor - Databind](https://github.com/FasterXML/jackson-databind/wiki) ver. 2.9.7

## Install

Expand Down

0 comments on commit f1caf87

Please sign in to comment.