Skip to content

Commit

Permalink
Released version 0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirimas committed Oct 28, 2018
1 parent f1caf87 commit d932f11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

[![Build Status](https://api.travis-ci.org/Mirimas/Java-Twitch-Api-New-Wrapper.svg?branch=master)](https://travis-ci.org/Mirimas/Java-Twitch-Api-New-Wrapper)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e9af5c225b034d139c652b7db7dae6be)](https://app.codacy.com/app/Mirimas/Java-Twitch-Api-New-Wrapper?utm_source=github.com&utm_medium=referral&utm_content=Mirimas/Java-Twitch-Api-New-Wrapper&utm_campaign=Badge_Grade_Dashboard)
[![Download](https://api.bintray.com/packages/mirimas/Mirimas/Java-Twitch-Api-Helix/images/download.svg?version=0.1) ](https://bintray.com/mirimas/Mirimas/Java-Twitch-Api-Helix/0.1/link)

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 @@ -59,12 +59,12 @@ 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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'
apply plugin: 'maven-publish'

group = 'ru.mirrobot.twitch'
version = '0.1'
version = '0.2-SNAPSHOT'

description = ""

Expand Down

0 comments on commit d932f11

Please sign in to comment.