[docs] Cross-link API.md to the other reference guides

This commit is contained in:
Daniel Arantes Loverde
2026-08-29 19:36:03 -03:00
parent 872d70dc21
commit 1743bc2d24

View File

@@ -1,5 +1,8 @@
# `API` — networking for LCEssentials # `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 `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 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 / consistent error — instead of re-writing the same `URLRequest` / status-code /