Mayson Monorepo Documentation
    Preparing search index...

    Module @mayson/integrations

    External API integrations for the Mayson platform.

    This package provides unified interfaces for external services like news aggregators, market data providers, and other third-party APIs.

    import { cryptoPanic, fetchMarketNews } from "@mayson/integrations";

    // Check if CryptoPanic is configured
    if (cryptoPanic.isConfigured()) {
    const news = await fetchMarketNews("crypto", 10);
    }

    Interfaces

    CryptoPanicPost
    CryptoPanicResponse
    FormattedNewsArticle
    NewsFilter

    Variables

    cryptoPanic

    Functions

    fetchMarketNews
    fetchTokenNews