Docs incorrect or hard to follow?

Tweet me

so I can make things better! 😊

Soundcloud Wrapper

Activities

Activities type.

Example

your-api-route.ts
import { Activities } from "soundcloud-wrapper/types"
 
const activities: Activities = {
  // Activities data
}

Params

PropTypeDefault
collection
Array<{ type: string, created_at: string, origin: Track, Playlist }>
-
next_href
string
-
future_href
string
-

On this page