Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/njasm/kotwave

Kotlin's Soundcloud.com API client library
https://github.com/njasm/kotwave

api-client client kotlin kotlin-library rest-client restful soundcloud soundcloud-api

Last synced: about 16 hours ago
JSON representation

Kotlin's Soundcloud.com API client library

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/njasm/KotWave.svg?branch=master)](https://travis-ci.org/njasm/KotWave)
[![Github](https://github.com/njasm/KotWave/workflows/Gradle%20Build/badge.svg?branch=master)](https://github.com/njasm/KotWave/workflows/Gradle%20Build/badge.svg?branch=master) [![codecov](https://codecov.io/gh/njasm/KotWave/branch/master/graph/badge.svg)](https://codecov.io/gh/njasm/KotWave) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## KotWave - Kotlin's Soundcloud.com API client

Work in progress, still under heavy development, not production ready code.

#### Implemented features

* User Authorization/Authentication
* User Credentials Flow Authentication
* Automatic Refresh token if the token being used expires
* ...

#### Code examples

Check the unit test to get started.