From 1743bc2d24788111d90c706bc687f8445f1c3dc7 Mon Sep 17 00:00:00 2001 From: Daniel Arantes Loverde Date: Sat, 29 Aug 2026 19:36:03 -0300 Subject: [PATCH] [docs] Cross-link API.md to the other reference guides --- Documentation/API.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/API.md b/Documentation/API.md index b66d9ce..374ceb7 100644 --- a/Documentation/API.md +++ b/Documentation/API.md @@ -1,5 +1,8 @@ # `API` — networking for LCEssentials +Part of the reference set: [Extensions.md](Extensions.md) · +[SwiftUI.md](SwiftUI.md) · [UIKit.md](UIKit.md). + `API` is an `actor` that wraps `URLSession` for JSON REST calls and multipart uploads. One line to send a typed request, decode the response, and get a consistent error — instead of re-writing the same `URLRequest` / status-code /