You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CRServerSwitchboard lets you easily make asynchronous, threadless HTTP calls to your server for JSON encoded data. You can specify which HTTP method to use and optionally pass request data, and the request and response data is automatically converted into JSON notation.
To use it, just provide ServerSwitchboard with some methods that let it know the details of your requests and use those methods in your code.
CRServerSwitchboard can be (and is!) used on both Mac OS X as well as iPhone OS.