By response, I mean, for example, for if I request a user's info, then the server should give me a response of the user's info or a response of why the server refuses/fail to get the user's info.
So you need to know what response the server gives when the registry is complete.
And then you can parse it into an object that we can use in the app using JSONDecoder.
(e.g. parse from data to a user's info. Data -> UserInfo)
Topic:
Programming Languages
SubTopic:
Swift
Tags: