From efcc49219c1734c619004ac6a7732d87fac61e7c Mon Sep 17 00:00:00 2001 From: Pika1998 Date: Tue, 29 Sep 2020 12:22:08 +0530 Subject: [PATCH 1/2] Fixed Branch Isssue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef5782b..ed867ed 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "dev": "SET NODE_ENV=development && node index.js " + "dev": "node index.js " }, "repository": { "type": "git", From cfbab20aaaa56837dda34c270aa754b169a6862c Mon Sep 17 00:00:00 2001 From: Pika1998 Date: Tue, 29 Sep 2020 12:25:56 +0530 Subject: [PATCH 2/2] Changed Readme --- CHANGELOG.md | 8 +++++++- test/output/index.html | 42 +++++++++++++++++++++++++++++++++++++++--- 2 files changed, 46 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc02568..afd2e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ ### Following are all the changes done to this action over time ---- +## v0.0.2-beta.1 + +- Fixed Script Issue For Windows ( Thanks To Issue #5 By [@KulkarniSuraj](https://github.com/KulkarniSuraj) ) + +## v0.0.1 + +- Generates docs in both `standard` and `markdown` format ## v0.0.0-beta.1 diff --git a/test/output/index.html b/test/output/index.html index 554e4da..03935c3 100644 --- a/test/output/index.html +++ b/test/output/index.html @@ -29,11 +29,47 @@

Categorized APIs


APIs

-

/sayHello - GET

+

/sayHello - GET - Public


Greets you with a hello message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas

-

* - GET

+

* - GET - Public


Renders the entire application message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas message lroem epsuafas asfasga awfhafas

-

/users - POST

+

/users - POST - Private


Creates a new user

+

+ +Inputs + + + + + + + + + + + + + + +
InputDescription
name The username by which he/she logs in
password A string password
+
+ + Outputs + + + + + + + + + + + + + + +
OutputDescription
userid The id of the new user created
error Error message if any
\ No newline at end of file