soundcloud-api-ts - v1.9.0
    Preparing search index...

    Interface SoundCloudActivitiesResponse

    Response from the activities endpoints, with polling support via future_href.

    interface SoundCloudActivitiesResponse {
        collection: SoundCloudActivity[];
        future_href: string;
        next_href: string;
    }
    Index

    Properties

    collection: SoundCloudActivity[]

    Array of activity items in this page

    future_href: string

    URL to poll for new activities since this response

    next_href: string

    URL to fetch the next page of older activities