Tumgik
#thingssharing
visioncodekdp · 3 years
Text
API INTEGRATION IN SWIFT(part 1)
API means Application Programming Interface
It's main purpose is to bring applications together in order to perform a designed function.
It helps us to make repetitive yet complex processes highly reusable with a little bit if code.
Overview of API
Tumblr media
Via theory wise first in order to get the data from API we need to send a request.
So, we prepare a request object.
A Request object contains
• URL
• Header Parameters
• Body Data
In code wise we need to follow several steps to achieve that task of getting the data via API
Tumblr media
So theory wise get to know these things.
We will continue this in the next part🤗
Happy learning!!
5 notes · View notes