{"id":14066848,"url":"https://github.com/jchrom/trelloR","last_synced_at":"2025-07-29T23:32:15.370Z","repository":{"id":30795788,"uuid":"34352839","full_name":"jchrom/trelloR","owner":"jchrom","description":"R API client for Trello","archived":false,"fork":false,"pushed_at":"2023-08-27T19:23:33.000Z","size":1875,"stargazers_count":41,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-24T01:56:09.408Z","etag":null,"topics":["api","r","trello"],"latest_commit_sha":null,"homepage":"http://jchrom.github.io/trelloR/","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/jchrom.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}},"created_at":"2015-04-21T21:20:56.000Z","updated_at":"2025-04-21T10:15:49.000Z","dependencies_parsed_at":"2024-08-13T07:11:38.018Z","dependency_job_id":"d9e37f6f-ccac-4e44-b89c-309ed518cdb6","html_url":"https://github.com/jchrom/trelloR","commit_stats":{"total_commits":52,"total_committers":1,"mean_commits":52.0,"dds":0.0,"last_synced_commit":"f01e956afeb71157b9be0cdcb6f601436a4ec1f5"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/jchrom/trelloR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchrom%2FtrelloR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchrom%2FtrelloR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchrom%2FtrelloR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchrom%2FtrelloR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jchrom","download_url":"https://codeload.github.com/jchrom/trelloR/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchrom%2FtrelloR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267780046,"owners_count":24143201,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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","r","trello"],"created_at":"2024-08-13T07:05:17.788Z","updated_at":"2025-07-29T23:32:14.683Z","avatar_url":"https://github.com/jchrom.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"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\nAPI client for Trello\n---------------------\n\n\u003c!-- badges: start --\u003e\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/trelloR)](https://cran.r-project.org/package=trelloR/)\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n[![R-CMD-check](https://github.com/jchrom/trelloR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jchrom/trelloR/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\nThe purpose of `trelloR` is to help you interact with the [Trello API](https://developer.atlassian.com/cloud/trello/rest) from R.\n\n### Example\n\nRequest cards and return a data frame:\n\n```r\nlibrary(trelloR)\nboard = \"https://trello.com/b/wVWPK9I4/r-client-for-the-trello-api\"\ncards = get_board_cards(board)\n```\n\n### Get it from CRAN\n\n```r\ninstall.packages(\"trelloR\")\n```\n\n### Get development version\n\n```r\n# install.packages(\"remotes\")\nremotes::install_github(\"jchrom/trelloR\")\n```\n\n### Disclaimer\n\n`trelloR` is not affiliated, associated, authorized, endorsed\nby or in any way officially connected to Trello, Inc. (\u003chttps://trello.com/\u003e).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchrom%2FtrelloR","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjchrom%2FtrelloR","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchrom%2FtrelloR/lists"}