iOS-Webservice

Apache 2.0 License
Objective-C
iOS

1 image

Author

Description

Simple way to communicate with API server (web service calling architecture) through less code. Easy to implement web service request and response for API communication architecture, no more third party tool required.

  • NSURLSessionDataTask with NSBlockOperation
  • NSOperationQueue
  • Block structure for request and response handling
  • No any third party library
  • Reachability integrated for each web service request (observer)
  • Cookie handling for requests
  • Custom Header parameters for web service's request
  • Web service call stack maintain in Array to cache all request and response with parameters, -- you can change your desired limit to cache total request and response.

JSON sample API is integrated in with this demo.

Tags