Table of Contents

Namespace OverKizApi

Classes

DictionaryExtensions

Nullable flow-friendly helpers for dictionaries.

HttpClientExtensions

HTTP client extensions used by the OverKiz API.

KeyValuePairExtensions

Provides KeyValuePair<TKey,TValue>.Deconstruct for targets below .NET 5 where the BCL does not include it, allowing foreach (var (key, value) in dict) syntax.

OverkizClient

C# client for the Overkiz API, functionally equivalent to the Python python-overkiz-api library. Supports cloud (standard, Somfy OAuth, CozyTouch JWT, Nexity SSO) and local API modes.

OverkizConst

Compile-time constants and server-endpoint descriptors used throughout the library.