Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaliy authored Aug 14, 2017
1 parent 9311ada commit 3f5cd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This project is a wrapper for the [SoundCloud API](https://developers.soundcloud
The SoundCloud API exposes SoundCloud resources like *tracks*, *playlists*, *users*, *comments*, etc.
The API gives you the ability to access a **sound's stream URL** and use your own player to play sounds from SoundCloud.

This repository uses Retrofit2 to create Java interfaces from API endpoints. It returns an `Observable` which makes it very easy
to handle asynchronous operations and you can convert an existing data structure into another Observable . Please, refer to [Observable Utility Operators](https://github.com/ReactiveX/RxJava/wiki/Observable-Utility-Operators) for more details.
This repository uses Retrofit2 to create Java interfaces from API endpoints. It returns a `Single` which makes it very easy
to handle asynchronous operations and you can convert an existing data structure into another Single . Please, refer to [Single Utility Operators](http://reactivex.io/documentation/single.html) for more details.

## How do I use this wrapper? ##

Expand Down

0 comments on commit 3f5cd22

Please # to comment.