We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82eedcb commit e67e665Copy full SHA for e67e665
README.md
@@ -11,9 +11,17 @@ More info here:
11
* [About the API](https://www.igdb.com/api)
12
* [API Documentation](https://igdb.github.io/api/about/welcome/)
13
14
+## Libraries
15
+This wrapper uses three libraries for http requests & JSON parsing.
16
+* [OkHttp3](https://github.com/square/okhttp)
17
+* [Okio]( https://github.com/square/okio)
18
+* [JSON-java]( https://github.com/stleary/JSON-java)
19
+
20
# Installation and setup
-* Maven
-- TODO
21
+* ZIP
22
23
+Download ZIP from GitHub and add as external library to your project
24
25
* Gradle (Android)
26
27
Step 1. Add this in your root build.gradle at the end of the repositories:
0 commit comments