naystack - v1.5.10
    Preparing search index...
    • Fetches JSON from the Threads Graph API (GET or POST).

      Parameters

      • token: string

        Threads access token.

      • path: string

        API path.

      • params: Record<string, string>

        Query parameters.

      • Optionalmethod: "POST"

        Set to "POST" for mutations; defaults to "GET".

      Returns Promise<T | null>

      Promise of response data (typed as T) or null.