Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonthegeek/clickrup
'ClickUp' 'API' Client
https://github.com/jonthegeek/clickrup
Last synced: 3 months ago
JSON representation
'ClickUp' 'API' Client
- Host: GitHub
- URL: https://github.com/jonthegeek/clickrup
- Owner: jonthegeek
- License: other
- Created: 2024-01-29T20:09:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T15:02:46.000Z (9 months ago)
- Last Synced: 2024-05-01T18:00:53.105Z (6 months ago)
- Language: R
- Homepage: https://jonthegeek.github.io/clickrup/
- Size: 3.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - jonthegeek/clickrup - Interacting with the ClickUp v2 API from R (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# clickrup
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/clickrup)](https://CRAN.R-project.org/package=clickrup)
[![Codecov test coverage](https://codecov.io/gh/jonthegeek/clickrup/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/clickrup?branch=main)
[![R-CMD-check](https://github.com/jonthegeek/clickrup/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/clickrup/actions/workflows/R-CMD-check.yaml)A client to interact wiht the 'ClickUp' 'API' . 'ClickUp' is a project management app, available at .
## Installation
You can install the development version of clickrup from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("jonthegeek/clickrup")
```## Usage
Add usage information and examples here.
## Code of Conduct
Please note that the clickrup project is released with a [Contributor Code of Conduct](https://jonthegeek.github.io/clickrup/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.