BotSharp/BotSharp.WebHost/Settings/swagger.json

20 lines
567 B
JSON
Raw Normal View History

{
"Swagger": {
"Contact": {
2018-09-28 00:49:43 +00:00
"Email": "botsharp2018@gmail.com",
"Name": "BotSharp AI",
"Url": "https://github.com/Oceania2018"
},
2018-09-28 00:49:43 +00:00
"Description": "BotSharp is a chatbot platform builder running in .NET Core",
"Endpoint": "/swagger/v1/swagger.json",
"License": {
"Name": "Apache License 2.0",
"Url": "https://github.com/Oceania2018/BotSharp/blob/master/LICENSE"
},
"TermsOfService": "http://www.apache.org/licenses/",
"Title": "BotSharp API",
"Version": "v1",
"Stylesheet": "/swagger.css"
}
}