-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDevhunt.json
27 lines (27 loc) · 1.01 KB
/
Devhunt.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": "Devhunt",
"name_for_human": "Devhunt",
"description_for_model": "Devhunt is the place for finding and launching developer tools; the endpoint will search for tools that match the query.",
"description_for_human": "Find your next favorite tool.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://a16845351955b9d50082040349898cd4.auth.portal-pluginlab.ai/oauth/authorize",
"scope": "all",
"authorization_url": "https://auth.pluginlab.ai/oauth/token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "7846da3b5a0544ffa8867f178b212813"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://plugins.devhunt.org/.well-known/pluginlab/openapi.json"
},
"logo_url": "https://ucarecdn.com/e59542d4-3ede-4f62-855e-b668cdbaef02/",
"contact_email": "hey@devhunt.org",
"legal_info_url": "https://devhunt.org/about"
}