2.0.2 • Published 7 years ago

ng2-rest-docs-server v2.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

ng2-rest-docs-server

Web server for documentation generated based on metadata from angular2 apps with ng2-rest v4.x plugin. In your app you should enable it and restart server by setting in app.component or somewhere where your app begin:

Resource.setUrlToDocsServerAndRecreateIt('http://localhost:3333'); 

When you are using your app and making requests from ng2-rest lib, you will be saving every request with his metadata to hard drive by instance of ng2-rest-docs-server which will generate nice docs , with descriptions of requests, use cases, like this :

enter image description here

Instalation on your server:

npm install ng2-rest-docs-server -g

Usage ( in folder where you wanna put your docs from ng2-rest )

simple way (docs server is working on default port 3333 ):

ng2-rest-docs-server 

or with parameters:

ng2-rest-docs-server -p 3555 -b http://localhost:3333
paramdescription
-pport for docs web server
-bbase url for app witn ng2-rest v4.x
2.0.2

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.18

7 years ago

1.0.17

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago