Skip to content

💧 Tools to Work with the Raindrop API

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

hrbrmstr/bacharach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Signed by Signed commit %

Minimal R Version License

bacharach

Tools to Work with the Raindrop API

Description

Raindrop https://raindrop.io 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 URL

NOTE: 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

remotes::install_github("hrbrmstr/bacharach")

NOTE: To use the ‘remotes’ install options you will need to have the {remotes} package installed.

Usage

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.

About

💧 Tools to Work with the Raindrop API

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages