mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
Work in progress on responsibility cleanup
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
@property (nonatomic, readonly) NSString* resourcePath;
|
||||
@property (nonatomic, readonly) NSDictionary* queryParams;
|
||||
|
||||
+ (id)URLWithURL:(NSURL *)URL;
|
||||
- (id)initWithBaseURLString:(NSString*)baseURLString resourcePath:(NSString*)resourcePath;
|
||||
- (id)initWithBaseURLString:(NSString*)baseURLString resourcePath:(NSString*)resourcePath queryParams:(NSDictionary*)queryParams;
|
||||
+ (RKURL*)URLWithBaseURLString:(NSString*)baseURLString resourcePath:(NSString*)resourcePath;
|
||||
|
||||
Reference in New Issue
Block a user