Docs incorrect or hard to follow?

Tweet me

so I can make things better! 😊

Soundcloud Wrapper

Users

Users type.

In some cases SoundClouds API will return an array of users e.g. User[] instead of the Users type. Something to keep in mind as you will have to handle these data structure inconsistencies accordingly.

Example

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

Params

PropTypeDefault
collection
User[]
-
next_href
number
-

On this page