Skip to content

KarolinaGroszewska/SwiftNetworking

Repository files navigation

Networking in iOS

  • Communicates with external data sources or devices
  • Exchanging data between an app and a server
  • Allows for the app to stay connected and up to date

APIs in iOS

  • Set of rules and protocols that allow for an app to send and receive data to a server
  • Iteract with the API in the tutorial using a HTTP request
  • Deal with errors returned by the server

About

application to study Swift networking concepts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages