Remove baseURL proxy method from the object manager

This commit is contained in:
Blake Watters
2012-08-29 18:59:09 -04:00
parent 709fefe1ea
commit 9089bb4ed0
2 changed files with 0 additions and 17 deletions

View File

@@ -152,18 +152,6 @@ RKMappingResult, RKRequestDescriptor, RKResponseDescriptor;
- (id)initWithClient:(AFHTTPClient *)client; // Designated initializer
- (id)initWithBaseURL:(NSURL *)baseURL;
/// @name Network Integration
/**
The base URL of the underlying RKClient instance. Object loader
and paginator instances built through the object manager are
relative to this URL.
@see RKClient
@return The baseURL of the client.
*/
@property (weak, nonatomic, readonly) RKURL *baseURL;
/// @name Configuring Object Mapping
/**

View File

@@ -191,11 +191,6 @@ static NSOperationQueue *defaultMappingQueue = nil;
/////////////////////////////////////////////////////////////
#pragma mark - Object Collection Loaders
- (NSURL *)baseURL
{
// return self.client.baseURL;
}
//- (RKObjectPaginator *)paginatorWithResourcePathPattern:(NSString *)resourcePathPattern
//{
// RKURL *patternURL = [[self baseURL] URLByAppendingResourcePath:resourcePathPattern];