{"id":17134345,"url":"https://github.com/brianium/query-string","last_synced_at":"2025-07-14T16:05:11.980Z","repository":{"id":57713951,"uuid":"64083135","full_name":"brianium/query-string","owner":"brianium","description":"Functions for working with query strings in Clojure","archived":false,"fork":false,"pushed_at":"2016-07-24T21:01:21.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-29T06:05:54.382Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brianium.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":"2016-07-24T19:57:25.000Z","updated_at":"2016-07-24T20:59:17.000Z","dependencies_parsed_at":"2022-08-25T10:31:14.157Z","dependency_job_id":null,"html_url":"https://github.com/brianium/query-string","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/brianium/query-string","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianium%2Fquery-string","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianium%2Fquery-string/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianium%2Fquery-string/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianium%2Fquery-string/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianium","download_url":"https://codeload.github.com/brianium/query-string/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianium%2Fquery-string/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265314164,"owners_count":23745208,"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-14T19:44:40.163Z","updated_at":"2025-07-14T16:05:11.954Z","avatar_url":"https://github.com/brianium.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# query-string\n\n[![Clojars Project](https://img.shields.io/clojars/v/query-string.svg)](https://clojars.org/query-string)\n\nFunctions for working with query-strings in Clojure\n\n## Installation\n\nAdd the following dependency to your `project.clj` file:\n\n```\n[query-string \"0.1.0\"]\n```\n\n## Usage\n\n```clojure\n(ns my.app\n  (:require [query-string.core :refer [create]]\n            [query-string.encode :refer [rfc3986]]))\n\n(def default-encoded (create {:name \"the günter\"}))\n;; \u003e \"name=the+g%C3%BCnter\"\n\n(def percent-encoded (create {:name \"the günter\"} rfc3986))\n;; \u003e \"name=the%20g%C3%BCnter\"\n```\n\n## License\n\nCopyright © 2016 Brian Scaturro\n\nDistributed under the Eclipse Public License, the same as Clojure\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianium%2Fquery-string","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianium%2Fquery-string","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianium%2Fquery-string/lists"}