Giter Site home page Giter Site logo

zoomer's Introduction

zoomer

R-CMD-check Codecov test coverage

The goal of zoomer is to make it easy to interact with the Zoom API from R.

Installation

You can install the released version of zoomer from CRAN with:

# No you can't.
# install.packages("zoomer")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("jonthegeek/zoomer")

zoomer's People

Contributors

jonthegeek avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

zoomer's Issues

Cache to Disk

If we authenticate during auth, it can cache to disk. "manual" auth doesn't currently cache to disk, though. Allow it.

Refresh Token Strangeness

I had a "bad grant type" (I think) error one time. Now I can't replicate it, and I stupidly didn't copy/paste the full error.

My current best guess is that the same refresh token was read from a cache in each of two sessions. I need to make sure on-disk cache overrules session cache when available, like httr2 does. I think.

Scrape API

Build initial versions of all functions using {api2r}.

Abstract & Share with youtubeR

Several functions are mostly abstracted, to share with youtubeR. Finish that process, and move them to a new package.

Rolling Refresh?

For GHA (or other semi-stateless situations), we need to figure out what to do about rotating refresh tokens (the Zoom refresh token can only be used once; the return includes a new refresh token). Do we save the new one? Do we throw a warning? Do we fail?

This is unfortunate, but I think fixing it will be low-priority. Hopefully httr2 will deal with it.

Request

Make a request builder/executer (and response cleaner). A lot of this should overlap with youtubeR and asanar.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.