[@"driverIdentifier" hyp_remoteString];
// => driver_identifier
[@"driver_identifier" hyp_localString];
// => driverIdentifier
It supports id
, pdf
, url
, png
, jpg
.
[@"userID" hyp_remoteString];
// => user_id
[@"user_id" hyp_localString];
// => userID
NSString-HYPNetworking is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'NSString-HYPNetworking'
Hyper AS, [email protected]
NSString-HYPNetworking is available under the MIT license. See the LICENSE file for more info.