diff --git a/oc-shared b/oc-shared new file mode 100755 index 0000000..3d43aa7 Binary files /dev/null and b/oc-shared differ diff --git a/routers/router.go b/routers/router.go index c60c144..f953247 100644 --- a/routers/router.go +++ b/routers/router.go @@ -1,10 +1,10 @@ // @APIVersion 1.0.0 -// @Title beego Test API -// @Description beego has a very cool tools to autogenerate documents for your API -// @Contact astaxie@gmail.com -// @TermsOfServiceUrl http://beego.me/ -// @License Apache 2.0 -// @LicenseUrl http://www.apache.org/licenses/LICENSE-2.0.html +// @Title oc-shared +// @Description Manages shared workspaces and their synchronization +// @Contact admin@o-cloud.io +// @TermsOfServiceUrl http://cloud.o-forge.io/ +// @License MIT +// @LicenseUrl https://opensource.org/license/mit package routers import ( diff --git a/swagger/swagger.json b/swagger/swagger.json index f6369a5..cc7bbae 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -1,16 +1,16 @@ { "swagger": "2.0", "info": { - "title": "beego Test API", - "description": "beego has a very cool tools to autogenerate documents for your API\n", + "title": "oc-shared", + "description": "Manages shared workspaces and their synchronization\n", "version": "1.0.0", - "termsOfService": "http://beego.me/", + "termsOfService": "http://cloud.o-forge.io/", "contact": { - "email": "astaxie@gmail.com" + "email": "admin@o-cloud.io" }, "license": { - "name": "Apache 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0.html" + "name": "MIT", + "url": "https://opensource.org/license/mit" } }, "basePath": "/oc", diff --git a/swagger/swagger.yml b/swagger/swagger.yml index bacc16e..bcaf9d2 100644 --- a/swagger/swagger.yml +++ b/swagger/swagger.yml @@ -1,15 +1,15 @@ swagger: "2.0" info: - title: beego Test API + title: oc-shared description: | - beego has a very cool tools to autogenerate documents for your API + Manages shared workspaces and their synchronization version: 1.0.0 - termsOfService: http://beego.me/ + termsOfService: http://cloud.o-forge.io/ contact: - email: astaxie@gmail.com + email: admin@o-cloud.io license: - name: Apache 2.0 - url: http://www.apache.org/licenses/LICENSE-2.0.html + name: MIT + url: https://opensource.org/license/mit basePath: /oc paths: /shared/workspace/: