[docs] Cross-link API.md to the other reference guides
This commit is contained in:
@@ -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 /
|
||||||
|
|||||||
Reference in New Issue
Block a user