Skip to content

External references

The SDK implementation is pinned to the OpenAPI file stored at resources/openapi.yaml. The following external sources were also reviewed for integration behavior and .NET documentation.

Okatana HTTP API guide

The Okatana integration guide documents the external /api/v1 surface, organization-scoped bearer authentication, response envelopes, Laravel validation errors, pagination behavior, scopes, rate limits, and the absence of idempotency keys.

The uploaded OpenAPI file remains the source of truth for the exact 30 method/path operations and formal request constraints represented by this SDK.

Microsoft .NET HTTP guidance

Microsoft's IHttpClientFactory documentation explains typed clients, central configuration, and managed handler lifetimes. The Microsoft.Extensions.Http NuGet package provides the AddHttpClient integration used by the SDK.

Material for MkDocs

The documentation site uses Material for MkDocs and pins the current major line through mkdocs-material==9.*.