geogit_token: Create a token to access GitHub API

Description Usage Arguments Details Value Examples

Description

You need a token to authenticate and access the Github API through your Github account.

Usage

1
geogit_token(github_access_token = "")

Arguments

github_access_token

The personal access token from your Github account's developer settings. If not provided, an unauthenticated token is generated.

Details

Authenticated account can process up to 5000 requests per hour and 30 search requests per minute, instead of 60 requests per hour and 10 search request per minute without authentication. For more information, see https://developer.github.com/v3/#rate-limiting. To get a token, you need a github account (See vignette).

Value

A token list for use in other geogit_ functions.

Examples

1
geogit_token("personal_acess_token")

abelemlih/geogit documentation built on May 25, 2019, 2:24 p.m.