ronakjangir47 / SinglePlatformSignature

Single Platform Api Signature

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SinglePlatformSignature

Library to Generate valid Urls for Single Platform.

To Generate Urls for Single Platform

[SinglePlatformSignature generateApiSingatureForPath:@"/locations"
                                          withParams:nil
                                        withCliendId:@"Your Client ID"
                                        andApiSecret:@"Your Secret"];

Dependency

Base64 (https://github.com/ekscrypto/Base64) for iOS 6

Bitdeli Badge

About

Single Platform Api Signature

License:MIT License


Languages

Language:Objective-C 73.4%Language:C++ 26.6%