8000 GitHub - azu/NSDictionaryAsURLQuery: URLQueryBuilder convert NSDictionary to URL query string.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

azu/NSDictionaryAsURLQuery

Repository files navigation

URLQueryBuilder Build Status

URLQueryBuilder convert NSDictionary to URL query string.

Installation

pod 'NSDictionaryAsURLQuery'

Usage

    NSString *results = [URLQueryBuilder buildQueryWithDictionary:@{
        @"param_1" : @1,
        @"param_2" : @"string"
    }];
    // => @"param_1=1&param_2=string"

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

About

URLQueryBuilder convert NSDictionary to URL query string.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published
0