{"id":16531379,"url":"https://github.com/marcbachmann/github-issue-url","last_synced_at":"2026-06-04T02:31:40.203Z","repository":{"id":66338157,"uuid":"91210678","full_name":"marcbachmann/github-issue-url","owner":"marcbachmann","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T05:07:10.000Z","size":2,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T07:18:36.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcbachmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-05-14T00:38:04.000Z","updated_at":"2017-05-14T00:46:55.000Z","dependencies_parsed_at":"2023-12-15T06:25:35.221Z","dependency_job_id":null,"html_url":"https://github.com/marcbachmann/github-issue-url","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"6ea69bf892f93871e87be55f75fba194d4891d2a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fgithub-issue-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fgithub-issue-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fgithub-issue-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fgithub-issue-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcbachmann","download_url":"https://codeload.github.com/marcbachmann/github-issue-url/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241637624,"owners_count":19995008,"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-11T18:08:41.238Z","updated_at":"2026-06-04T02:31:40.196Z","avatar_url":"https://github.com/marcbachmann.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-issue-url\n\n### Usage\n\n```js\nconst githubIssueUrl = require('github-issue-url')\ngithubIssueUrl({\n  repo: 'marcbachmann/github-issue-url',\n  title: 'Bug: \u003cTitle\u003e',\n  body: `\n    Foo\n    bar\n     baz\n  `,\n  labels: ['bug'],\n  assignee: 'marcbachmann'\n})\n// That returns such a url:\n// https://github.com/marcbachmann/github-issue-url/issues/new?title=Bug%3A%20%3CTitle%3E\u0026body=Foo%0Abar%0A%20baz\u0026labels[]=bug\u0026assignee=marcbachmann\n\n\n// If you don't pass the repo, it returns a query string:\ngithubIssueUrl({\n  title: 'Bug: \u003cTitle\u003e',\n  labels: ['bug'],\n  assignee: 'marcbachmann'\n})\n// title=Bug%3A%20%3CTitle%3E\u0026labels[]=bug\u0026assignee=marcbachmann\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcbachmann%2Fgithub-issue-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcbachmann%2Fgithub-issue-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcbachmann%2Fgithub-issue-url/lists"}