https://github.com/hrbrmstr/bacharach
💧 Tools to Work with the Raindrop API
https://github.com/hrbrmstr/bacharach
r raindrop rstats
Last synced: about 2 months ago
JSON representation
💧 Tools to Work with the Raindrop API
- Host: GitHub
- URL: https://github.com/hrbrmstr/bacharach
- Owner: hrbrmstr
- License: other
- Created: 2020-04-21T08:24:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T15:25:19.000Z (almost 2 years ago)
- Last Synced: 2024-12-25T04:24:36.142Z (4 months ago)
- Topics: r, raindrop, rstats
- Language: R
- Homepage:
- Size: 280 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hrbrmstr/bacharach - 💧 Tools to Work with the Raindrop API (R)
README
[](https://www.repostatus.org/#active)
[](https://keybase.io/hrbrmstr)

# bacharach
Tools to Work with the Raindrop API
## Description
Raindrop provides a URL bookmarking service and an
API for working with that service and more. Tools are provided to work
with the Raindrop API. A Raindrop API key (free) is required.## What’s Inside The Tin
The following functions are implemented:
- `get_collection`: Get a collection
- `get_raindrop_permacopy`: Get a single raindrop permacopy from the
cache (Pro feature)
- `get_raindrop`: Get a single raindrop
- `get_raindrops`: Get all raindrops from a collection (TODO pagination)
- `get_user`: Get currently authenticated user details
- `raindrop_api_token`: Get or set RAINDROP_API_TOKEN value
- `raindrop_parse_url`: Parse and extract useful info from any URLNOTE: This is a woefully incomplete wrapper (so far). You are def
encouraged to contribute if you use Raindrop and the package will be a
full wrapper. This skeleton was made to remind myself to make this
package and have something to hack on during long-running Athena queries
or tedious conference calls.## Installation
``` r
remotes::install_github("hrbrmstr/bacharach")
```NOTE: To use the ‘remotes’ install options you will need to have the
[{remotes} package](https://github.com/r-lib/remotes) installed.## Usage
``` r
library(bacharach)# current version
packageVersion("bacharach")
## [1] '0.1.1'
```## bacharach Metrics
| Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) |
|:-----|---------:|-----:|----:|-----:|------------:|-----:|---------:|-----:|
| HTML | 1 | 0.06 | 500 | 0.37 | 19 | 0.08 | 1 | 0.01 |
| R | 8 | 0.44 | 173 | 0.13 | 95 | 0.42 | 60 | 0.49 |
| SUM | 9 | 0.50 | 673 | 0.50 | 114 | 0.50 | 61 | 0.50 |{cloc} 📦 metrics for bacharach
## Code of Conduct
Please note that this project is released with a Contributor Code of
Conduct. By participating in this project you agree to abide by its
terms.