An open API service indexing awesome lists of open source software.

https://github.com/aki-ks/anirena-api

Java api for http://anirena.com
https://github.com/aki-ks/anirena-api

nyaa sukebei torrent torrent-search torrent-tracker

Last synced: 7 months ago
JSON representation

Java api for http://anirena.com

Awesome Lists containing this project

README

          

# AniRena-API
Java API for https://anirena.com/

Since this api parses webpages, it might break any time.

# Installation
One way to use this library is to inculude it through jitpack.
How to use it with your build tool is explained at [their page](https://jitpack.io/#aki-ks/AniRena-API).

If you're building with sbt, you may add this library as a remote project in your `build.sbt` and let your project depend on it.
Sbt builds the library from source and will apply all new commits to the repository.
``` sbt
lazy val anirena = RootProject(uri("https://github.com/kaysubs/AniRena-API"))
dependsOn(anirena)
```

# Usage
All api calls are in the classes `AniRenaApi` and `AniRenaAuthApi`.

For more example usages you may have a look at the `de.kaysubs.tracker.anirena.examples` package.