How to Call/Receive APIs in Swift/Xcode (No Dependencies)

preview_player
Показать описание
In this video we'll go over how to call APIs in Swift without using dependencies such as Alamofire!

Specific topics covered:
- GET & POST calls
- Parsing JSON response
- Setting API Authorization Headers
- Setting a timeout on an API
- Connecting response data to a UITableView

Рекомендации по теме
Комментарии
Автор

This is awesome! The way you explained the whole thing just made so much sense. Thank you! I hope you plan to continue making more iOS content.

omairadil
Автор

Thank you so much!! After so much struggle, I finally got it thanks to this video!!

eduardointech
Автор

I did exactly what you did, with a different URL, and nothing printed to the console. Do i need to use the api key + parameters, if so where do I put them/how do I structure them? It’s frustrating, seems like everyone is doing it differently..

gumpmanthemarshmander
Автор

Can you do a video on web scraping API like for Xcode?

Not many YouTubers like yourself have videos dedicated to the topic. Plus having you do it means only quality results as your videos leave no stone unturned on how to do Xcodes.
ps, keep up the good work we all love it.

jesseyates