CLOVER Website - v0.3.1
    Preparing search index...

    Function getSuggestionById

    • Fetches a suggestion by its ID.

      Parameters

      • suggestionId: string

        The ID of the suggestion to fetch.

      Returns Promise<{ data?: CodeSuggestion; error?: string }>

      • The response from the server or an error message.