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

https://github.com/bod/klibreddit

A reddit client library for Kotlin
https://github.com/bod/klibreddit

Last synced: 9 months ago
JSON representation

A reddit client library for Kotlin

Awesome Lists containing this project

README

          

# klibreddit

This is a client for the Reddit API, for Kotlin on the JVM.

The API leverages RxJava.

It is a work in progress, and not ready for production yet - but can already be used (and is already being used) to create simple bots.

The easiest way to see how to use it is to look at the [sample](sample/src/main/kotlin/org/jraf/klibreddit/sample/Sample.kt)