mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2025-01-09 13:09:53 +00:00
Update README.md
This commit is contained in:
parent
0591f26d0c
commit
dda2ca17d3
10
README.md
10
README.md
@ -1,9 +1,19 @@
|
|||||||
# SauceNaoAPI
|
# SauceNaoAPI
|
||||||
|
|
||||||
|
[![Download](https://api.bintray.com/packages/insanusmokrassar/InsanusMokrassar/SauceNaoAPI-mpp/images/download.svg)](https://bintray.com/insanusmokrassar/InsanusMokrassar/SauceNaoAPI-mpp/_latestVersion)
|
||||||
|
|
||||||
It is wrapper for [SauceNAO](https://saucenao.com/) API. For now, library is
|
It is wrapper for [SauceNAO](https://saucenao.com/) API. For now, library is
|
||||||
in preview state. It can be fully used, but some of info can be unavailable from
|
in preview state. It can be fully used, but some of info can be unavailable from
|
||||||
wrapper classes, but now you can access them via `SauceNaoAnswer#row` field.
|
wrapper classes, but now you can access them via `SauceNaoAnswer#row` field.
|
||||||
|
|
||||||
|
## Including
|
||||||
|
|
||||||
|
### Gradle
|
||||||
|
|
||||||
|
```groovy
|
||||||
|
implementation "com.insanusmokrassar:SauceNaoAPI:$saucenaoapi_version"
|
||||||
|
```
|
||||||
|
|
||||||
## Requester
|
## Requester
|
||||||
|
|
||||||
For the requests we are using `SauceNaoAPI` object. Unfortunately, for now it
|
For the requests we are using `SauceNaoAPI` object. Unfortunately, for now it
|
||||||
|
Loading…
Reference in New Issue
Block a user