Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication #22

Open
OVazquezVillegas opened this issue May 18, 2022 · 1 comment
Open

Authentication #22

OVazquezVillegas opened this issue May 18, 2022 · 1 comment

Comments

@OVazquezVillegas
Copy link

OVazquezVillegas commented May 18, 2022

library(wosr)

Save your WoS API username and password in environment variables

Sys.setenv(WOS_USERNAME = "your_username", WOS_PASSWORD = "your_password")

Get session ID

sid <- auth()

If I have an apiKey to use the API Lite service, I cannot use this type of authentication because I do not have a username and password. Is there a way to authenticate myself only with an apikey (simillar to Scopus)?

@crew102
Copy link
Owner

crew102 commented May 20, 2022

Hi @OVazquezVillegas , sorry, the wosr package is only for the extended version of the API (not the lite version).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants