{"id":15570698,"url":"https://github.com/keith/ksqueryitem","last_synced_at":"2025-08-24T21:09:04.694Z","repository":{"id":25225629,"uuid":"28649990","full_name":"keith/KSQueryItem","owner":"keith","description":"A NSDictionary category to return NSURLQueryItems","archived":false,"fork":false,"pushed_at":"2015-01-08T07:53:58.000Z","size":204,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-21T17:47:42.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-31T00:12:50.000Z","updated_at":"2019-09-01T06:06:21.000Z","dependencies_parsed_at":"2022-09-12T21:14:09.301Z","dependency_job_id":null,"html_url":"https://github.com/keith/KSQueryItem","commit_stats":null,"previous_names":["keithbsmiley/ksqueryitem"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2FKSQueryItem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2FKSQueryItem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2FKSQueryItem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2FKSQueryItem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keith","download_url":"https://codeload.github.com/keith/KSQueryItem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240367155,"owners_count":19790207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T17:43:36.788Z","updated_at":"2025-02-23T19:26:57.083Z","avatar_url":"https://github.com/keith.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KSQueryItem\n\n[![Build Status](https://travis-ci.org/Keithbsmiley/KSQueryItem.svg?branch=master)](https://travis-ci.org/Keithbsmiley/KSQueryItem)\n\nA simple `NSDictionary` category to return\n[`NSURLQueryItems`][NSURLQueryItem] for use with\n[`NSURLComponents`][NSURLComponents]\n\n[NSURLQueryItem]: https://developer.apple.com/library/prerelease/ios/documentation/Foundation/Reference/NSURLQueryItem_Class/index.html\n[NSURLComponents]: https://developer.apple.com/library/prerelease/ios/documentation/Foundation/Reference/NSURLComponents_class/index.html\n\n## Usage\n\n```objective-c\nNSURLComponents *components = ...\nNSDictionary *params = @{@\"user\": @\"archer\", @\"password\": @\"guest\"};\ncomponents.queryItems = [params ks_queryItems];\n```\n\n## Setup\n\n### With [CocoaPods](http://cocoapods.org)\n\n```ruby\npod \"KSQueryItem\", \"~\u003e 1.0.0\"\n```\n\nThen (in your Bridging header for swift):\n\n```objective-c\n#import \u003cKSQueryItem/NSDictionary+KSQueryItem.h\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeith%2Fksqueryitem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeith%2Fksqueryitem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeith%2Fksqueryitem/lists"}