Skip to content

Commit

Permalink
chore: 플러그인을 위한 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GiHoo committed Oct 9, 2024
1 parent 186e7b6 commit 712db38
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"schema_version": "v1",
"name_for_human": "Classter API Plugin",
"name_for_model": "classter_plugin",
"description_for_human": "Access Classter services via APIs.",
"description_for_model": "Use this plugin to retrieve data from Classter's APIs such as users, courses, and student information.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://classter.site/.well-known/openapi.yaml",
"has_user_authentication": false
},
"logo_url": "https://classter.site/logo.png",
"contact_email": "[email protected]",
"legal_info_url": "https://classter.site/legal"
}

0 comments on commit 712db38

Please sign in to comment.