Module

SoundCloud

Package
purescript-soundcloud
Repository
vyorkin/purescript-soundcloud

#initialize Source

initialize :: String -> Options -> Effect Unit

Initializes the SDK. Given application's client id and options.

#connect Source

connect :: Aff Session

Initiate the OAuth2 connect flow.

Re-exports from SoundCloud.Options

#redirectUri Source

redirectUri :: Option InitializeOptions String

Only needed if you want to authenticate users.

Re-exports from SoundCloud.Session

#Session Source

type Session = { oauthToken :: String }