From 5fa1fc8ea40e5096075e59b7400ba7e9e32665c7 Mon Sep 17 00:00:00 2001 From: manaknightdev <107868506+manaknightdev@users.noreply.github.com> Date: Tue, 14 Mar 2023 01:47:47 +0530 Subject: [PATCH] Added readme.md file --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3b9bf08..1c82661 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ Project Setup -In order to run this application, you need to install the pod. Open the terminal and go to root folder of the project. Run command pod install on terminal, it will install all the required dependency. - -In DataManager class, you will find the all types of API's class structure, POST, GET, PUT, MULTIFORM DATA, JSON Request. - -In Constant class, you can change your server host there. +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.