Add files via upload (#3576)
This commit is contained in:
Родитель
547e3ddc69
Коммит
c681eb50f5
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -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.
|
Загрузка…
Ссылка в новой задаче