You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2020. It is now read-only.
Copy file name to clipboardexpand all lines: Acknowledgements.md
+23-10
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,22 @@ This project owes some acknowlegement to others. Here are some other authors, pr
4
4
5
5
If you believe you or a project should be included in this list please let us know.
6
6
7
-
###Idea
7
+
## Idea
8
8
9
-
This project is based on the idea of the [PHP API client class](https://github.com/Art-of-WiFi/UniFi-API-client) implementation from [Art of WiFi](http://artofwifi.net/). If you want to implement a PHP based solution, take a look at the GitHub project of the [PHP API client class](https://github.com/Art-of-WiFi/UniFi-API-client) implementation from [Art of WiFi](http://artofwifi.net/).
9
+
This project is based on the idea of the [PHP API client class](https://github.com/Art-of-WiFi/UniFi-API-client) implementation from [Art of WiFi](http://artofwifi.net/).
10
10
11
-
### PowerShell
11
+
If you want to implement a Web/PHP based solution, take a look at the GitHub project of the [PHP API client class](https://github.com/Art-of-WiFi/UniFi-API-client) implementation from [Art of WiFi](http://artofwifi.net/).
12
12
13
+
## Vendor Reference
14
+
15
+
The UniFi SDN controller API as it is published by [Ubiquiti](www.ubnt.com):
16
+
`https://dl.ubnt.com/downloads/unifi/<UniFi SDN Controller version number>/unifi_sh_api`
17
+
18
+
Example: [https://dl.ubnt.com/unifi/5.9.29/unifi_sh_api](https://dl.ubnt.com/unifi/5.9.29/unifi_sh_api) for the UniFi SDN controller version 5.9.29.
19
+
20
+
## PowerShell
21
+
22
+
-[ChangelogManagement](https://github.com/natescherer/ChangelogManagement) - A PowerShell module for reading and manipulating changelog files in [keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.
13
23
-[BuildHelpers](https://github.com/RamblingCookieMonster/BuildHelpers) - Helper functions for PowerShell CI/CD scenarios
14
24
-[Pester](https://github.com/pester/Pester) - Pester is the ubiquitous test and mock framework for PowerShell. All my automated tests are based on Pester
15
25
-[platyPS](https://github.com/PowerShell/platyPS) - Write PowerShell External Help in Markdown
@@ -19,20 +29,23 @@ This project is based on the idea of the [PHP API client class](https://github.c
19
29
-[PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) - PSScriptAnalyzer is a static code checker for Windows PowerShell modules and scripts.
20
30
-[PowerShell](https://github.com/PowerShell/PowerShell) - The Community is awesome! *And: Thank you Microsoft for make it Open Source*
21
31
22
-
###General
32
+
## General
23
33
24
-
-[Visual Studio Code](https://code.visualstudio.com/) - Cross platform and very extensible code editor.*And: Thank you Microsoft for make it Open Source*
25
-
-[Advanced Installer](http://www.advancedinstaller.com/) - For a free[Advanced Installer Professional](https://www.advancedinstaller.com/top-professional-features.html) license
26
-
-[TeamCity](https://www.jetbrains.com/teamcity/) - Build Server (Powerful Continuous Integration out of the box)
34
+
-[Visual Studio Code](https://code.visualstudio.com/) - Cross platform and very extensible code editor.
35
+
-[Advanced Installer](http://www.advancedinstaller.com/) - For a _free_[Advanced Installer Professional](https://www.advancedinstaller.com/top-professional-features.html) license for the nabling Technology open source projects
36
+
-[TeamCity](https://www.jetbrains.com/teamcity/) - The enabling Technology Build Server (Very powerful Continuous Integration out of the box)
27
37
-[Mark Text](https://marktext.github.io/website/) - Cross platform visual markdown editor. Free and Open Source.
28
38
-[MacDown](https://macdown.uranusjr.com) - A great macOS visual markdown editor. Free and Open Source.
29
39
30
-
###Services
40
+
## Services
31
41
32
-
-[GitHub](https://github.com) - Well you see it :-)
42
+
-[GitHub](https://github.com) - Hosts all the enabling Technology open source projects
43
+
-[Microsoft Teams](https://products.office.com/en-us/microsoft-teams/group-chat-software) - Team Collaboration and notification
33
44
34
-
### Style and Guide
45
+
##Styles and Guides
35
46
36
47
-[PowerShell Practice and Style](https://poshcode.gitbooks.io/powershell-practice-and-style/) - The Unofficial PowerShell Best Practices and Style Guide and a great starting point.
48
+
-[Produce clean & maintainable code](https://www.ncsc.gov.uk/guidance/produce-clean-maintainable-code) - Produce clean & maintainable code by National Cyber Security Centre
49
+
-[OWASP Secure Coding Practices](https://www.owasp.org/index.php/OWASP_Secure_Coding_Practices_-_Quick_Reference_Guide) - The Open Web Application Security Project Secure Coding Practices Quick Reference
37
50
-[Semantic Versioning](https://semver.org/spec/v2.0.0.html) - The source of the `MAJOR.MINOR.PATCH` guidance
38
51
-[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - The basic idea of our changelog organisation.
0 commit comments