This commit is contained in:
Troy Taylor 2022-06-14 22:49:23 -04:00 коммит произвёл GitHub
Родитель e0cae347a7
Коммит cec2adb678
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 1292 добавлений и 0 удалений

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

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

@ -0,0 +1,35 @@
{
"properties": {
"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "RapidApi Key",
"description": "The RapidApi Key for this api",
"tooltip": "Provide your RapidApi Key",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#da3b01",
"capabilities": [],
"policyTemplateInstances": [
{
"templateId": "setheader",
"title": "X-RapidAPI-Host",
"parameters": {
"x-ms-apimTemplateParameter.name": "X-RapidAPI-Host",
"x-ms-apimTemplateParameter.value": "unogsng.p.rapidapi.com",
"x-ms-apimTemplateParameter.existsAction": "override",
"x-ms-apimTemplate-policySection": "Request"
}
}
],
"publisher": "Troy Taylor",
"stackOwner": "RapidAPI"
}
}

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

@ -0,0 +1,37 @@
# Unofficial Netflix Search
The Next Generation Unofficial Netflix Online Global Search allows anyone to search the global Netflix catalog. Search by title or people, retrieve genres, and get more details about each title.
## Publisher: Troy Taylor, Hitachi Solutions
## Prerequisites
The use of this connector requires an account with [RapidAPI](https://rapidapi.com/).
## Obtaining Credentials
The RapidAPI key can be found under My Apps > Security within your account.
## Supported Operations
### Search titles
Retrieves titles added during dates provided.
### Search people
Retrieves people by title name, person name, or Netflix ID.
### Search deleted titles
Retrieves deleted titles by title name or country.
### Get genres
Retrieves a list of genres.
### Get countries
Retrieves a list of supported countries.
### Get title details
Retrieves the details associated with a title.
### Get title country
Retrieves the country and language information associated with a title.
### Get title genres
Retrieves all genres associated with a title.
### Get title episodes
Retrieves all episodes associated with a title.
### Get title images
Retrieves all images associated with a title.
### Get expiring titles
Retrieves a list of expiring titles.
## Known Issues and Limitations
The free plan has a daily limit of 100 requests per day. Each additional request is $0.10.