|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
See:
Description
| Interface Summary | |
|---|---|
| CloudAPI | Interface with SoundCloud, using OAuth2. |
| CloudAPI.TokenListener | Interested in changes to the current token. |
| Endpoints | Various SoundCloud API endpoints. |
| Params | Request parameters for various objects. |
| Params.Comment | see developers.soundcloud.com/docs/api/comments |
| Params.Track | see developers.soundcloud.com/docs/api/tracks |
| Params.User | see developers.soundcloud.com/docs/api/users |
| Request.TransferProgressListener | Updates about the amount of bytes already transferred. |
| Class Summary | |
|---|---|
| ApiWrapper | Interface with SoundCloud, using OAuth2. |
| Http | Helper class for various HTTP related functions. |
| Request | Convenience class for constructing HTTP requests. |
| Stream | Class representing a remote audio stream object, including metadata. |
| Token | Represents an OAuth2 access/refresh token pair. |
| Enum Summary | |
|---|---|
| Env | The environment to operate against. |
| Exception Summary | |
|---|---|
| CloudAPI.BrokenHttpClientException | |
| CloudAPI.InvalidTokenException | Thrown when token is not valid. |
| CloudAPI.ResolverException | |
Provides an API Wrapper to access the SoundCloud API. See the project README for more information.
ApiWrapper
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||