Skip to content

Commit 7ae88a0

Browse files
committed
Version 1.0.0
1 parent 552e8c4 commit 7ae88a0

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ The DSCPullServerWeb PowerShell module provides an extension to an on-premises
1818
DSC Pull Server. It will provide a user-friendly website to manage modules and
1919
configurations as well as show all registered nodes and their reports.
2020

21-
In addition, the website provides a REST API to get all information
22-
automatically. The module contains various PowerShell cmdlets with the noun
23-
prefix DSCPullServer to manage the modules and configurations from PowerShell.
21+
In addition, the website provides a [REST API]. The website UI itself uses the
22+
REST API to interact with the DSC Pull Server. The REST API can be called
23+
directly or throught the provided [PowerShell cmdlets](#features). The cmdlets
24+
mock all API functions.
2425

2526

2627
## Requirements
@@ -98,6 +99,10 @@ manually on your local system:
9899
### 1.0.0
99100

100101
* Initial release
102+
* HTML5-based website with a user-friendly UI
103+
* REST API to interact with the DSC Pull Server
104+
* Cmdlets to interact with the REST API
105+
* DSC resource to setup the DSC Pull Server Web endpoint
101106

102107

103108
## Contribute
@@ -120,6 +125,8 @@ debug file and start it.
120125

121126

122127

128+
[REST API]: (https://github.com/claudiospizzi/DSCPullServerWeb/blob/dev/RESTAPI.md)
129+
123130
[PowerShell Gallery]: https://www.powershellgallery.com/packages/DSCPullServerWeb
124131
[PowerShellGet]: https://technet.microsoft.com/en-us/library/dn807169.aspx
125132

0 commit comments

Comments
 (0)