2.0.2 • Published 9 years ago

ng2-rest-docs-server v2.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
9 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

9 years ago

1.0.21

9 years ago

1.0.20

9 years ago

1.0.18

9 years ago

1.0.17

9 years ago

1.0.15

10 years ago

1.0.14

10 years ago

1.0.13

10 years ago

1.0.12

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago