Skip to content

FeminaBrahmbhatt/Webserviceclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to implement api in:

#swfit

webserviceclassswift.sharedinstance.JsonCallPOST(view: view, dicData: ["username":"test","password":"123"], completionHandler: { (dictionary,errorstr) -> Void in

        print(dictionary ?? "no value")

    })

#Objective-C

[[WebServicesClass sharedWebServiceClass] JsonCall:userdict WitCompilation:^(NSMutableDictionary *Dictionary, NSError *error) {

        NSLog(@"%@",Dictionary);
        
    }];

About

class for callling webservice apis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published