{"id":15555409,"url":"https://github.com/sckott/resteasy","last_synced_at":"2026-01-21T16:10:59.126Z","repository":{"id":29947766,"uuid":"33494279","full_name":"sckott/resteasy","owner":"sckott","description":null,"archived":false,"fork":false,"pushed_at":"2015-04-06T18:39:53.000Z","size":132,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-11T11:32:44.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sckott.png","metadata":{"files":{"readme":"README.Rmd","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":"2015-04-06T17:13:40.000Z","updated_at":"2022-03-23T20:48:26.000Z","dependencies_parsed_at":"2022-09-07T08:40:45.840Z","dependency_job_id":null,"html_url":"https://github.com/sckott/resteasy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sckott/resteasy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Fresteasy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Fresteasy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Fresteasy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Fresteasy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sckott","download_url":"https://codeload.github.com/sckott/resteasy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sckott%2Fresteasy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-02T15:09:12.682Z","updated_at":"2026-01-21T16:10:59.084Z","avatar_url":"https://github.com/sckott.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"resteasy\n========\n\n```{r echo=FALSE}\nlibrary(\"knitr\")\nhook_output \u003c- knitr::knit_hooks$get(\"output\")\nknitr::knit_hooks$set(output = function(x, options) {\n   lines \u003c- options$output.lines\n   if (is.null(lines)) {\n     return(hook_output(x, options))  # pass to default hook\n   }\n   x \u003c- unlist(strsplit(x, \"\\n\"))\n   more \u003c- \"...\"\n   if (length(lines) == 1) {        # first n lines\n     if (length(x) \u003e lines) {\n       # truncate the output, but add ....\n       x \u003c- c(head(x, lines), more)\n     }\n   } else {\n     x \u003c- c(if (abs(lines[1]) \u003e 1) more else NULL,\n            x[lines],\n            if (length(x) \u003e lines[abs(length(lines))]) more else NULL\n           )\n   }\n   # paste these lines together\n   x \u003c- paste(c(x, \"\"), collapse = \"\\n\")\n   hook_output(x, options)\n })\n\nknitr::opts_chunk$set(\n  comment = \"#\u003e\",\n  collapse = TRUE,\n  warning = FALSE,\n  message = FALSE\n)\n```\n\n## Installation\n\n```{r eval=FALSE}\ninstall.packages(\"devtools\")\ndevtools::install_github(\"sckott/resteasy\")\n```\n\n```{r}\nlibrary(\"resteasy\")\n```\n\n## GET a README file\n\n```{r}\neasy_readme(\"sckott/testeasy\")\n```\n\n## GET a csv file as a data.frame\n\nGet the whole file\n\n```{r}\neasy_get(\"ropensci/datasets\", \"mammals/mammals.csv\")\n```\n\nFilter by a column, `Family = \"Coryphodontidae\"`\n\n```{r}\neasy_get(\"ropensci/datasets\", \"mammals/mammals.csv\", Family = \"Coryphodontidae\")\n```\n\nFilter by a column, `Last_appearance_mya = 50`\n\n```{r}\neasy_get(\"ropensci/datasets\", \"mammals/mammals.csv\", Last_appearance_mya = 50)\n```\n\n## Create a file\n\n```{r output.lines = 1:10}\noptions(github_name = \"Scott Chamberlain\")\noptions(github_email = \"myrmecocystus@gmail.com\")\neasy_create(iris, repo = \"sckott/testeasy\", path = \"iris.csv\", message = \"hello world\")\n```\n\n## Update a file\n\n...\n\n## Delete a file\n\n...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsckott%2Fresteasy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsckott%2Fresteasy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsckott%2Fresteasy/lists"}