16 lines
686 B
Markdown
16 lines
686 B
Markdown
# 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.md)
|
|
- [Getting Started](getting_started.md)
|
|
- [Client Configuration](configuration.md)
|
|
- [Usage Examples](usage_examples.md)
|
|
- [Migrating from paultyng/go-unifi](migrating_from_upstream.md)
|
|
- [Advanced Topics](advanced_topics.md)
|
|
|
|
Each section is designed to help you understand and effectively utilize the UniFi client in your Go projects. |