Livestream - Learn how to make an API call in SwiftUI

preview_player
Показать описание
In this livestream, Mohammad Azam will demonstrate how to make an API call in SwiftUI. Azam will demonstrate couple of different methods explaining the benefits of each approach. This will be a hands-on coding livestream. Be sure to attend and ask questions.

When: March 07, 2024 @ 12:00 Noon CST

Check out all my courses:

#iosdev #swiftui #swiftuitutorial #iosdeveloper

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

Thank you for presenting this class; is there a link pending for the project code?

anchoragetechsolutions
Автор

For anyone who uses the API to test the app, you need to provide a non-zero value for total. Otherwise, the API will falsely indicate that a field or value is missing.

Request data: {"coffeeName":"2", "size":"3", "total":0, "name":"1"}
Response: {"success":false, "message":"Missing fields"}

Request data: {"size":"3", "name":"1", "coffeeName":"2", "total":0.01}
Response: {"name":"1", "coffeeName":"2", "total":0.01, "size":"3", "id":9}

anthonyandriano
join shbcf.ru