This commit is contained in:
Troy Taylor 2024-08-30 10:23:48 -04:00 коммит произвёл GitHub
Родитель 547e3ddc69
Коммит c681eb50f5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 4686 добавлений и 0 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,23 @@
{
"properties": {
"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "API Key",
"description": "The API Key for this api",
"tooltip": "Provide your API Key",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#da3b01",
"capabilities": [],
"publisher": "Troy Taylor",
"stackOwner": "Brave Software, Inc."
}
}

Просмотреть файл

@ -0,0 +1,27 @@
# Brave Search
Brave Search allows you to query Brave and get back search results from the web.
## Publisher: Troy Taylor, Hitachi Solutions
## Prerequisites
You will need to register for an account with [Brave Search](https://api.search.brave.com/register).
## Obtaining Credentials
Once logged in to your dashboard, open the API Keys section and create new API keys. Please note that you will need different API keys for each subscription.
## Supported Operations
### Search web
Retrieve the results of a general web query.
### Search web for images
Retrieve the results of an image web query.
### Search web for videos
Retrieve the results of a video web query.
### Search web for news
Retrieve the results of a news web query.
### Search web for suggestions
Retrieve the results of a suggestions web query.
### Search web for spellcheck query
Retrieve the results of a spellchecked web query.
## Known Issues and Limitations
There are no known issues at this time.