{"id":17703800,"url":"https://github.com/zudov/purescript-form-urlencoded","last_synced_at":"2026-01-08T17:07:31.772Z","repository":{"id":68795822,"uuid":"51441007","full_name":"zudov/purescript-form-urlencoded","owner":"zudov","description":null,"archived":false,"fork":false,"pushed_at":"2016-10-17T17:22:19.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T08:45:38.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PureScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zudov.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-10T12:55:32.000Z","updated_at":"2016-02-10T12:55:58.000Z","dependencies_parsed_at":"2023-02-21T22:45:22.174Z","dependency_job_id":null,"html_url":"https://github.com/zudov/purescript-form-urlencoded","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zudov%2Fpurescript-form-urlencoded","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zudov%2Fpurescript-form-urlencoded/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zudov%2Fpurescript-form-urlencoded/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zudov%2Fpurescript-form-urlencoded/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zudov","download_url":"https://codeload.github.com/zudov/purescript-form-urlencoded/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413242,"owners_count":20773054,"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-24T21:05:59.256Z","updated_at":"2026-01-08T17:07:31.736Z","avatar_url":"https://github.com/zudov.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# purescript-form-urlencoded\n\n[![Documentation](https://pursuit.purescript.org/packages/purescript-form-urlencoded/badge)](http://pursuit.purescript.org/packages/purescript-form-urlencoded)\n[![Latest release](http://img.shields.io/bower/v/purescript-form-urlencoded.svg)](https://github.com/purescript-contrib/purescript-form-urlencoded/releases)\n[![Build Status](https://travis-ci.org/purescript-contrib/purescript-form-urlencoded.svg?branch=master)](https://travis-ci.org/purescript-contrib/purescript-form-urlencoded)\n[![Maintainer: zudov](https://img.shields.io/badge/maintainer-zudov-lightgrey.svg)](https://github.com/zudov)\n\nA `FormURLEncoded` datatype represents an ordered list of key-value pairs\nwith possible duplicates. `encode` function allows to transform `FormURLEncoded`\ninto a string according to `application/x-www-form-urlencoded`.\n\nDocumentation is available on [Pursuit][Pursuit].\n\n[Pursuit]: https://pursuit.purescript.org/packages/purescript-form-urlencoded\n\nExample:\n\n```haskell\n\u003e import Data.FormURLEncoded (fromArray, encode)\n\u003e import Data.Maybe (Maybe(..))\n\u003e import Data.Tuple (Tuple(..))\n\n\u003e encode (fromArray [ Tuple \"hey\" Nothing\n\u003e                   , Tuple \"Oh\" (Just \"Let's go!\")\n\u003e                   ])\n\"hey\u0026Oh=Let's%20go!\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzudov%2Fpurescript-form-urlencoded","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzudov%2Fpurescript-form-urlencoded","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzudov%2Fpurescript-form-urlencoded/lists"}