Created
December 16, 2011 15:49
-
-
Save samvermette/1486549 to your computer and use it in GitHub Desktop.
SVHTTPRequest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[SVHTTPRequest GET:@"http://github.com/api/v2/json/repos/show/samvermette/SVHTTPRequest" | |
parameters:nil | |
completion:^(id response, NSError *error) { | |
NSNumber *watchers = [[response valueForKey:@"repository"] valueForKey:@"watchers"]; | |
NSLog(@"SVHTTPRequest has %@ watchers", watchers); | |
}]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment