Skip to content

Commit

Permalink
Api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTimeey committed Jun 4, 2021
1 parent 5c92f0e commit 68bdf28
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api-doc/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "Licensed Under MIT",
"url": "https://github.com/MrTimeey/word-api/blob/main/LICENSE"
},
"version": "0.1.0"
"version": "0.5.0"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion api-doc/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Licensed Under MIT
url: 'https://github.com/MrTimeey/word-api/blob/main/LICENSE'
version: 0.1.0
version: 0.5.0
servers:
- url: 'https://word-of-the-day.de/api'
tags:
Expand Down
2 changes: 1 addition & 1 deletion api-doc/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"description": "An API for retrieving and saving words",
"version": "0.1.0",
"version": "0.5.0",
"title": "Word Express API",
"contact": {
"name": "GitHub",
Expand Down
2 changes: 1 addition & 1 deletion api-doc/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: An API for retrieving and saving words
version: 0.1.0
version: 0.5.0
title: Word Express API
contact:
name: GitHub
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "word-api",
"version": "1.0.0",
"version": "0.5.0",
"description": "An API for retrieving and saving words",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -52,7 +52,9 @@
"api",
"nodejs",
"express",
"mongoose"
"mongoose",
"swagger",
"openapi"
],
"author": {
"name": "MrTimeey",
Expand Down

0 comments on commit 68bdf28

Please sign in to comment.