api_token.Rd
Read your EcoTaxa token
api_token(path = api_token_path())
path | path to the file where the token is stored, defined by |
---|
The token string.
# get a token api_login(username="ecotaxa.api.user@gmail.com", password="test!") # and now read it api_token()#> [1] "eyJ1c2VyX2lkIjo5OTN9.X_idLQ.dEKqip3r7ikdAgKheGm4Jw_7AWI"