{"id":17023247,"url":"https://github.com/alexcarpenter/object-to-querystring","last_synced_at":"2025-07-27T06:12:23.149Z","repository":{"id":36454911,"uuid":"224677141","full_name":"alexcarpenter/object-to-querystring","owner":"alexcarpenter","description":"Convert a object into a query string","archived":false,"fork":false,"pushed_at":"2023-01-05T01:53:59.000Z","size":649,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T06:20:03.233Z","etag":null,"topics":["composition","currying","fp","point-free"],"latest_commit_sha":null,"homepage":"https://npm.im/@alexcarpenter/object-to-querystring","language":"JavaScript","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/alexcarpenter.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":"2019-11-28T15:02:45.000Z","updated_at":"2023-03-08T03:17:08.000Z","dependencies_parsed_at":"2023-01-17T01:37:11.082Z","dependency_job_id":null,"html_url":"https://github.com/alexcarpenter/object-to-querystring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcarpenter%2Fobject-to-querystring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcarpenter%2Fobject-to-querystring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcarpenter%2Fobject-to-querystring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcarpenter%2Fobject-to-querystring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexcarpenter","download_url":"https://codeload.github.com/alexcarpenter/object-to-querystring/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247394788,"owners_count":20932009,"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":["composition","currying","fp","point-free"],"created_at":"2024-10-14T07:12:42.310Z","updated_at":"2025-04-05T20:21:27.422Z","avatar_url":"https://github.com/alexcarpenter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# object-to-querystring\n\n\u003e Convert a object into a query string\n\n## Installation\n\n```bash\n$ npm i @alexcarpenter/object-to-querystring\n```\n\n## Usage\n\n```js\nimport objectToQuerystring from '@alexcarpenter/object-to-querystring';\n\nconst obj = {\n  page: '2',\n  size: '10',\n  total: '200',\n};\n\nobjectToQuerystring(obj); //=\u003e ?page=2\u0026size=10\u0026total=200\n```\n\n## Related\n\n- [querystring-to-object](https://github.com/alexcarpenter/querystring-to-object)\n\n## License\n\n[MIT](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcarpenter%2Fobject-to-querystring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexcarpenter%2Fobject-to-querystring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcarpenter%2Fobject-to-querystring/lists"}