-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathquick_news_digest.json
27 lines (27 loc) · 1.13 KB
/
quick_news_digest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"schema_version": "v1",
"name_for_model": "quick_news_digest",
"name_for_human": "Quick News Digest",
"description_for_model": "Plugin for retrieving news articles. You can search, filter, and view the latest news based on your preferences.",
"description_for_human": "Discover world news tailored for you. Curated articles aligned with your interests on demand.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://3ab984793e1153a736abfcd678d578ba.auth.portal-pluginlab.ai/oauth/authorize",
"scope": "all",
"authorization_url": "https://auth.pluginlab.ai/oauth/token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "1de6445c4ed84ff2ae2e8f15d5705311"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://quick-news-digest-plugin.plugincrafter.dev/.well-known/pluginlab/openapi.json"
},
"logo_url": "https://quick-news-digest.plugincrafter.dev/logo",
"contact_email": "contact@plugincrafter.dev",
"legal_info_url": "https://quick-news-digest.plugincrafter.dev/legal"
}