@web-core/web-sdk
    Preparing search index...

    Interface ISocialMediaRepo

    interface ISocialMediaRepo {
        getYoutubeFeed(channelId?: string): Promise<YoutubeFeed>;
    }
    Index

    Methods

    • Parameters

      • OptionalchannelId: string

        channel id

      Returns Promise<YoutubeFeed>

      YouTube videos data.

      Fetches YouTube videos from their channel feed. If channel id does not provided fetches ForInvest's feed.