get_first_link
codebolt.search.get_first_link(query: string): Promise<string>
Retrieves the first link from the search results for the given query.
Parameters
Name | Type | Description |
---|---|---|
query | string | The search query. |
Returns:
Promise<string>
A promise that resolves with the first link of the search results.Status
Comming soon...