Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
Kotlin's Soundcloud.com API client library
- Host: GitHub
- URL: https://github.com/njasm/kotwave
- Owner: njasm
- License: mit
- Created: 2017-07-25T23:07:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T00:53:02.000Z (over 4 years ago)
- Last Synced: 2024-12-20T11:09:28.651Z (3 days ago)
- Topics: api-client, client, kotlin, kotlin-library, rest-client, restful, soundcloud, soundcloud-api
- Language: Kotlin
- Homepage:
- Size: 159 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.