epic_explorer/server/swagger/swagger.json
2019-07-16 11:47:19 +05:30

26 lines
545 B
JSON

{
"info": {
"title": "Epic Explorer- API DOCUMENTATION",
"version": "1.0.0",
"description": "Epic Explorer Dashing",
"termsOfService": "",
"contact": {
"email": "dhivakar.blaze@gmail.com"
},
"license": {
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
}
},
"host": "localhost:3000",
"basePath": "/",
"schemes": ["http", "https"],
"securityDefinitions": {
"JWT": {
"type": "apiKey",
"name": "authorization",
"in": "header"
}
}
}