generate_api_key: Generate WEkEO API Key

Description Usage Arguments Details Value

View source: R/wekeo_api.R

Description

Generates a base64-encoded api key based on the WEkEO user credentials username:password.

Usage

1
generate_api_key(username, password)

Arguments

username

: WEkEO username

password

: WEkEO password

Details

Note that decoding the hash will recover the original username and password. For that reason it is strongly advised that you never include the API key in materials which are publically shared.

Value

a string of the base64-encoded API key


Wave1art/wekeoR documentation built on Dec. 18, 2021, 7:16 p.m.