{"id":18343609,"url":"https://github.com/uasi/inko-url_search_params","last_synced_at":"2026-02-25T20:03:55.777Z","repository":{"id":212831650,"uuid":"705534885","full_name":"uasi/inko-url_search_params","owner":"uasi","description":"A URLSearchParams implementation.","archived":false,"fork":false,"pushed_at":"2025-02-17T15:19:31.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-06T11:03:59.747Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uasi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-16T07:50:15.000Z","updated_at":"2025-02-17T15:19:31.000Z","dependencies_parsed_at":"2024-11-05T20:41:36.325Z","dependency_job_id":"d115aa34-62f4-45ad-a472-b532a1f9faec","html_url":"https://github.com/uasi/inko-url_search_params","commit_stats":null,"previous_names":["uasi/inko-url_search_params"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/uasi/inko-url_search_params","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uasi%2Finko-url_search_params","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uasi%2Finko-url_search_params/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uasi%2Finko-url_search_params/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uasi%2Finko-url_search_params/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uasi","download_url":"https://codeload.github.com/uasi/inko-url_search_params/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uasi%2Finko-url_search_params/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29837468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-05T20:36:37.685Z","updated_at":"2026-02-25T20:03:55.742Z","avatar_url":"https://github.com/uasi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# inko-url_search_params\n\nAn implementation of [the `URLSearchParams` class](https://url.spec.whatwg.org/#interface-urlsearchparams) from the URL Standard in the Inko programming language.\n\n## Examples\n\n    import url_search_params (UrlSearchParams)\n\n    let params = UrlSearchParams.from_string('a=A+A%26A\u0026n=1\u0026n=2')\n\n    params.get('a') # =\u003e Option.Some('A A\u0026A')\n    params.get('x') # =\u003e Option.None\n    params.get_all('n') # =\u003e ['1', '2']\n    params.get_all('x') # =\u003e []\n\n    # ---\n\n    let params = UrlSearchParams.new\n\n    params.set('a', 'will be overwritten')\n    params.set('a', 'A A\u0026A')\n    params.append('n', '1')\n    params.append('n', '2')\n\n    params.to_string # =\u003e 'a=A+A%26A\u0026n=1\u0026n=2'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuasi%2Finko-url_search_params","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuasi%2Finko-url_search_params","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuasi%2Finko-url_search_params/lists"}