I created a method to build URLs for me.
- (NSString *)urlFor:(NSString *)path arguments:(NSDictionary *)args { NSString *format = @\"http://api.example.com/
You should consider using Google Toolbox for Mac's GTMNSString+URLArguments; it's designed for exactly this purpose.