{"id":14068136,"url":"https://github.com/coatless-rpkg/ghapi3","last_synced_at":"2025-07-24T18:33:28.948Z","repository":{"id":77178539,"uuid":"120846835","full_name":"coatless-rpkg/ghapi3","owner":"coatless-rpkg","description":"Work In Progress: GitHub API v3.0 implemented in R using the gh package","archived":false,"fork":false,"pushed_at":"2023-12-07T10:31:30.000Z","size":3966,"stargazers_count":18,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-24T19:48:29.801Z","etag":null,"topics":["github","github-api","r"],"latest_commit_sha":null,"homepage":"http://r-pkg.thecoatlessprofessor.com/ghapi3/","language":"R","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/coatless-rpkg.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","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},"funding":{"github":["coatless"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2018-02-09T02:39:08.000Z","updated_at":"2024-09-16T15:49:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"e22441ee-761c-4c6a-bdcd-b38a19d7269a","html_url":"https://github.com/coatless-rpkg/ghapi3","commit_stats":{"total_commits":24,"total_committers":2,"mean_commits":12.0,"dds":"0.16666666666666663","last_synced_commit":"5aa165f21b92dde2a079c9f3212002702a93817b"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless-rpkg%2Fghapi3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless-rpkg%2Fghapi3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless-rpkg%2Fghapi3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless-rpkg%2Fghapi3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coatless-rpkg","download_url":"https://codeload.github.com/coatless-rpkg/ghapi3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227470128,"owners_count":17778930,"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":["github","github-api","r"],"created_at":"2024-08-13T07:05:58.344Z","updated_at":"2024-12-01T02:07:21.592Z","avatar_url":"https://github.com/coatless-rpkg.png","language":"R","readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/coatless-rpkg/ghapi3/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/coatless-rpkg/ghapi3/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\n## ghapi3\n\nThe goal of `ghapi3` is to provide a full-featured interface to GitHub's API v3.0.\nTo do this, we use the [`gh`](https://github.com/r-lib/gh) _R_ package to \naccess the GitHub API's methods.\n\n### Installation\n\nYou can install `ghapi3` from github with:\n\n```r\nif(!requireNamespace(\"remotes\", quietly = TRUE)) { install.packages(\"remotes\") }\nremotes::install_github(\"coatless-rpkg/ghapi3\")\n```\n\n### Implementation\n\nWe have support presently for:\n\n```{r}\n#| echo: false\n\n# Must be in the environment... \nlibrary(\"ghapi3\")\n\n# Dynamically retrieve package functions\nfuncs = ls(\"package:ghapi3\")\nfuncs = matrix(funcs, nrow = length(funcs))\ncolnames(funcs) = c(\"Implemented Functions\")\nknitr::kable(funcs)\n\n# Shows parameter call\n# lsf.str(\"package:ghapi3\")\n```\n\n\n### License\n\nGPL (\u003e= 2)\n","funding_links":["https://github.com/sponsors/coatless"],"categories":["R"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoatless-rpkg%2Fghapi3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoatless-rpkg%2Fghapi3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoatless-rpkg%2Fghapi3/lists"}