@izak0s/spacebring-api - v7.1.0
    Preparing search index...

    Interface GetFeedPostsQuery

    Query parameters for sb.feed.posts.list().

    interface GetFeedPostsQuery {
        locationRef: string;
        nextPageToken?: string;
        limit?: number;
    }
    Index
    locationRef: string

    The id of the location.

    nextPageToken?: string

    Token to retrieve the next page of results.

    limit?: number

    The number of items to return.