Back to Browse

Network Manager: Part 5 - POST, PUT, DELETE with URLRequest

332 views
May 7, 2026
31:45

In this final part of the Network Manager series, we move beyond simple GET requests and build a complete solution for working with real APIs. You’ll learn how to: • Create new data using POST requests • Update existing data using PUT • Delete data using DELETE • Send JSON payloads with URLRequest • Handle headers and authentication tokens • Build reusable, generic networking functions We’ll extend our Network Manager to handle encoding, sending, and decoding responses in a clean and reusable way, while also integrating everything into SwiftUI views. This video ties everything together so you can confidently build apps that interact with real-world APIs, not just fetch data. If you want to support my work, you can buy me a coffee :)  https://ko-fi.com/stewartlynch/ My Newsletter https://stewartlynch.kit.com Channel Listing Mac App (Free) https://stewartlynch.gumroad.com/l/obsjz Channel Listing Web App  https://stewartlynch.github.io/YouTube/ Table of Contents:  0:00  Introduction 1:17 Sending POST Requests 17:20 Sending PUT/PATCH Requests 23:08 Sending DELETE Requests  Starter Project Files: https://github.com/StewartLynch/RequestNetworkManager/tree/Part4Completed Completed Project: https://github.com/StewartLynch/RequestNetworkManager/tree/Part5Completed References mentioned in video:  Recommended Resources:  Big Mountain Studio Books  AI Mastery in SwiftUI https://www.bigmountainstudio.com/ai-mastery/77jt8 SwiftUI Views Mastery https://www.bigmountainstudio.com/advanced-views/77jt8 Advanced SwiftUI Views Mastery     https://www.bigmountainstudio.com/advanced-views/77jt8 SwiftUI Animations Mastery https://www.bigmountainstudio.com/animations/77jt8 SwiftData Mastery in SwiftUI     https://www.bigmountainstudio.com/swiftdata/77jt8  Combine Mastery in SwiftUI  https://www.bigmountainstudio.com/combine/77jt8 SwiftUI 5 Book Bundle     https://www.bigmountainstudio.com/book-bundle/77jt8

Download

0 formats

No download links available.

Network Manager: Part 5 - POST, PUT, DELETE with URLRequest | NatokHD