Skip to content

Instantly share code, notes, and snippets.

@jpoz
Created August 13, 2009 02:49
Show Gist options
  • Select an option

  • Save jpoz/166929 to your computer and use it in GitHub Desktop.

Select an option

Save jpoz/166929 to your computer and use it in GitHub Desktop.
- (void)getUsers
{
var request = [CPURLRequest requestWithURL:baseURL + "/users.json"];
[request setHTTPMethod: "GET"];
addConnection = [CPURLConnection connectionWithRequest:request delegate:self];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment