write_scope: Authorize using OAuth 2.0 client token.

Description Usage Arguments

Description

If you not register application, create app and configure id and secret key from WakaTime.

Usage

1
2
write_scope(app.id = Sys.getenv("WAKATIME_ID"),
  app.secret = Sys.getenv("WAKATIME_SECRET"))

Arguments

app.id

character. OAuth app ID. If you set as system environment (recommend) variables is used (check Sys.setenv('WAKATIME_ID')).

app.secret

character. OAuth secret app key. If you set as system environment


uribo/wakatimer documentation built on May 3, 2019, 2:37 p.m.