NSString-HYPNetworking 1.0.6

NSString-HYPNetworking 1.0.6

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2016

Maintained by Elvis Nuñez, Christoffer Winterkvist, Hyper Interaktiv AS.



Usage

Basic

[@"driverIdentifier" hyp_remoteString];

// => driver_identifier
[@"driver_identifier" hyp_localString];

// => driverIdentifier

Acronyms

It supports id, pdf, url, png, jpg, uri, json, xml.

[@"userID" hyp_remoteString];

// => user_id
[@"user_id" hyp_localString];

// => userID

Installation

NSString-HYPNetworking is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'NSString-HYPNetworking'

Author

SyncDB, [email protected]

License

NSString-HYPNetworking is available under the MIT license. See the LICENSE file for more info.