{"id":20210084,"url":"https://github.com/iarthstar/purescript-fetch-api","last_synced_at":"2026-06-06T12:31:41.385Z","repository":{"id":58231104,"uuid":"220452792","full_name":"iarthstar/purescript-fetch-api","owner":"iarthstar","description":"Fetch API JS bindings for PureScript","archived":false,"fork":false,"pushed_at":"2019-11-08T11:35:48.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-05T03:35:59.773Z","etag":null,"topics":["api","bindings","fetch","fetch-api","javascript","purescript","rest"],"latest_commit_sha":null,"homepage":null,"language":"PureScript","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/iarthstar.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-08T11:26:50.000Z","updated_at":"2019-11-08T11:42:47.000Z","dependencies_parsed_at":"2022-08-30T20:01:46.367Z","dependency_job_id":null,"html_url":"https://github.com/iarthstar/purescript-fetch-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/iarthstar/purescript-fetch-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iarthstar%2Fpurescript-fetch-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iarthstar%2Fpurescript-fetch-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iarthstar%2Fpurescript-fetch-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iarthstar%2Fpurescript-fetch-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iarthstar","download_url":"https://codeload.github.com/iarthstar/purescript-fetch-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iarthstar%2Fpurescript-fetch-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33983046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","bindings","fetch","fetch-api","javascript","purescript","rest"],"created_at":"2024-11-14T05:46:16.874Z","updated_at":"2026-06-06T12:31:41.365Z","avatar_url":"https://github.com/iarthstar.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# purescript-fetch-api\n\nfetch API js bindings for PureScript\n\n## Add purescript-fetch-api to your existing projects\n\n```\nbower i purescript-fetch-api\n```\n\n## Code Snippet\n\n```purescript\nmain :: Effect Unit\nmain = launchAff_ do\n  let configPost = CreateUserReq { name : \"Arth K. Gajjar\", job : \"Developer\" }\n  fetch configPost \u003e\u003e= case _ of\n    Right (CreateUserRes a) -\u003e log $ \"POST : \" \u003c\u003e show a\n    Left err -\u003e logShow err\n```\n\n## Development Guide\n\n#### NOTE : Please make sure you have yarn :: [Installing yarn](https://yarnpkg.com/en/docs/install)\n\n* Build Project\n\n```bash\n$ yarn build\n```\n\n* To Test\n\n```bash\n$ yarn test\n```\n\n* To watch for changes\n\n```bash\n$ yarn start\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiarthstar%2Fpurescript-fetch-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiarthstar%2Fpurescript-fetch-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiarthstar%2Fpurescript-fetch-api/lists"}