Files
ios_task_2/README.md
T
2023-03-14 01:47:47 +05:30

6 lines
416 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Project Setup
In order to run this application, you need to install the pod. Open the terminal and go to the root folder of the project. Run command-pod install on the terminal; it will install all the required dependencies.
 
All types of API requests are available in the DataManager class, including POST, GET, PUT, MULTIFORM DATA, and JSON Request.
In the Constant class, you can change your server host there.