Skip to content

Instantly share code, notes, and snippets.

@jakemoore
Created August 2, 2013 19:36
Show Gist options
  • Save jakemoore/6142768 to your computer and use it in GitHub Desktop.
Save jakemoore/6142768 to your computer and use it in GitHub Desktop.
- (void)thanksYousWithSuccess:(LTTHTTPClientSuccess)success
failure:(LTTHTTPClientFailure)failure
{
NSMutableURLRequest *req = [self requestWithMethod:@"GET" path:@"thank_yous" parameters:nil];
[self jsonRequest:req success:success failure:failure];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment