more about the webservices
Stars
2
Forks
2
Watchers
2
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
allow full-screen wait indicators to be configured via config.json file
66067abView on GitHubexpose response fields so they can be accessed by other classes
35de414View on GitHubincrease the service request taking-too-long timer by a second for an improved user experience
bc39cc8View on GitHubadded a category method for chaning text field placeholder color
d24f1b1View on GitHuba view controller segue that replaces top view controller in nav stack
812723cView on GitHubsupport additonal common user info in base user object (first, last names, phone, address)
f6f624eView on GitHubclean up the option tray temporary animation image when the animation is done.
0e7381bView on GitHubadd an internal state to determine if a request is in progress to better deal with multiple requests and the fulll screen spinner
a718dc0View on GitHubby default, have all authenticated requests deal with no network connection and request time-out errors automatically
9ef89e3View on GitHuballow the base class initializeHeaders and initializeRequestFeatures methods to be called by subclasses when overriding
b741977View on GitHubWhen interpreting an error response from the server, we haven't been passing along the json response in the NSError object. This change passes the json dictionary from the server in the userInfo property of the NSError object. This allows custom error messages from the server to be handed down to the failure block of a web service request.
de061bcView on GitHub