docs: add detailed usage documentation together with examples (#29)
* feat: rename Pass to Password in ClientConfig * docs: add more detailed usage documentation together with examples * chore: update issue templates * docs: add codeowners, code of conduct and contributing docs * chore: add editorconfig * chore: apply linter
This commit is contained in:
committed by
GitHub
parent
5b32a4763e
commit
35e7b2c3cc
15
docs/readme.md
Normal file
15
docs/readme.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# UniFi Client Documentation - Overview
|
||||
|
||||
Welcome to the in-depth documentation for the UniFi Go SDK client.
|
||||
This client provides a robust, strongly-typed interface to interact with the UniFi Network Controller API,
|
||||
leveraging auto-generated models and manual enhancements for undocumented endpoints.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Overview](readme)
|
||||
- [Getting Started](getting_started.md)
|
||||
- [Client Configuration](configuration.md)
|
||||
- [Usage Examples](usage_examples.md)
|
||||
- [Advanced Topics](advanced_topics.md)
|
||||
|
||||
Each section is designed to help you understand and effectively utilize the UniFi client in your Go projects.
|
||||
Reference in New Issue
Block a user