Skip to content

Instantly share code, notes, and snippets.

@matzew
Created August 22, 2012 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matzew/3425758 to your computer and use it in GitHub Desktop.
Save matzew/3425758 to your computer and use it in GitHub Desktop.
baseURL
...
// create a shared client for the demo app:
NSURL* testURL = [NSURL URLWithString:@"http://todo-aerogear.rhcloud.com/todo-server/"];
restClient = [AGHttpClient sharedClientFor:testURL];
...
// path is the 'endpoint':
[restClient postPath:@"projects" parameters:parameters success:........];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment