#import "ARService+Private.h"
#import "ARConnection.h"
#import <ActiveResourceKit/ActiveResourceKit.h>
#import <ActiveModelKit/ActiveModelKit.h>
#import <ActiveSupportKit/ActiveSupportKit.h>
Go to the source code of this file.
|
NSString * | ARQueryStringForOptions (NSDictionary *options) |
| Builds a query string given a dictionary of query options.
|
|
NSString* ARQueryStringForOptions |
( |
NSDictionary * |
options | ) |
|
Builds a query string given a dictionary of query options.
- Parameters
-
options | Dictionary (a Ruby hash) of query options. |
- Returns
- The answer is an empty string when you pass
nil
options or the options indicate an empty dictionary. This function assumes that the given options are query options only; they should not contain prefix options; otherwise prefix options will appear in the query string. Invoking this helper function assumes you have already filtered any options by splitting apart prefix from query options.
Definition at line 35 of file ARService+Private.m.
NSString* const ARFromKey = @"from" |
NSString* const ARParamsKey = @"params" |