Created
June 10, 2014 03:36
-
-
Save yatatsu/fbb40e59c6d8a45317c1 to your computer and use it in GitHub Desktop.
jsonnic operation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// override | |
- (instancetype)initWithBaseURL:(NSURL *)url | |
{ | |
self = [super initWithBaseURL:url]; | |
if (self) { | |
self.requestSerializer = [AFJSONRequestSerializer serializer]; | |
} | |
return self; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment