Skip to content

Alamofire wrapper. For call api with most usable scenarios to post/get parsed data in dictionary/array

Notifications You must be signed in to change notification settings

hardikdarji/APIManagerCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

APIManager

Alamofire wrapper. For call api with most usable scenarios to post/get parsed data in dictionary/array. usage: // TO GET DATA/// APIManager.requestData(api: strURL, parameters: nil, showLoader: true, showMessage: true, withAlert: false) { (isSuccess, json, error, message, count) in if (json != nil && isSuccess) {

                            }
    }

//TO POST DATA APIManager.requestData(api: strURL, method: .post, parameters: para) { (isSuccess, json, error, message, count) in completionHandler(isSuccess, message) }

About

Alamofire wrapper. For call api with most usable scenarios to post/get parsed data in dictionary/array

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages