{"id":17795849,"url":"https://github.com/avh4/elm-github-v3","last_synced_at":"2025-03-17T00:33:46.524Z","repository":{"id":62418367,"uuid":"172438424","full_name":"avh4/elm-github-v3","owner":"avh4","description":"Unofficial GitHub v3 API for Elm","archived":false,"fork":false,"pushed_at":"2021-10-19T04:18:10.000Z","size":30,"stargazers_count":8,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-11T13:51:15.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://package.elm-lang.org/packages/avh4/elm-github-v3/latest/","language":"Elm","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/avh4.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-25T05:11:56.000Z","updated_at":"2022-01-14T17:35:29.000Z","dependencies_parsed_at":"2022-11-01T16:32:01.669Z","dependency_job_id":null,"html_url":"https://github.com/avh4/elm-github-v3","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avh4%2Felm-github-v3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avh4%2Felm-github-v3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avh4%2Felm-github-v3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avh4%2Felm-github-v3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avh4","download_url":"https://codeload.github.com/avh4/elm-github-v3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835942,"owners_count":20355611,"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-27T11:39:07.239Z","updated_at":"2025-03-17T00:33:45.138Z","avatar_url":"https://github.com/avh4.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/avh4/elm-github-v3.svg?branch=master)](https://travis-ci.org/avh4/elm-github-v3)\n[![Latest Version](https://img.shields.io/elm-package/v/avh4/elm-github-v3.svg?label=version)](https://package.elm-lang.org/packages/avh4/elm-github-v3/latest/)\n\n\n# elm-github-v3\n\nThis is an unofficial Elm wrapper for the [GitHub REST v3 API](https://developer.github.com/v3/).\nThe implementation is currently very incomplete\n(I've only implemented the exact requests, input parameters, and output decode that I've needed),\nbut I decided to publish this in case it can save others some work.\nPull requests to make the implementation more complete are welcome.\n\n\n## Example usage\n\n```sh\nelm install avh4/elm-github-v3\n```\n\n```elm\nimport Github\n\ngetPullRequestTitles : Cmd (Result String (List String))\ngetPullRequestTitles =\n    Github.getPullRequests\n        { authToken = \"123...\"\n        , repo = \"avh4/elm-format\"\n        }\n        |\u003e Task.map (List.map .title)\n        |\u003e Task.attempt identity\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favh4%2Felm-github-v3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favh4%2Felm-github-v3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favh4%2Felm-github-v3/lists"}