soundcloud_api: GET from the Soundcloud API

Description Usage Arguments Value Examples

Description

Returns a Soundcloud object

Usage

1

Arguments

path

Character, has to be a valid string for HTTP method GET.

Value

a Soundcloud API object

Examples

1
2
3
4
5
6
7
8
## Not run: 
# send a GET command as HTML to the Soundcloud API
path <- "http://api.soundcloud.com/users/3207?client_id=YOUR_CLIENT_ID"

json_response <- soundcloud_api(path)
json_response

## End(Not run)

adrauc/soundR documentation built on May 10, 2019, 5:58 a.m.